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.