Creating small charts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jamie Lerner

Creating small charts

Post by Jamie Lerner » Fri Feb 21, 2003 9:24 pm

I am using JFreeChart from within a servlet and I use the writeChartAsJPEG() and writeChartAsPNG() methods to display my charts. I would like to create some fairly small meters, but I am finding that the resolution gets very poor if I make the meters smaller than 400x300.

Is there a way to make small charts without losing the resolution?

Thanks,

Jamie.

Locked