Hi David,
I'm Using JFreeChart.
I appreciate u for developing an excellent package.
Davis,
i'm using only TimeSeries Charts to display on my application.
So,i'm trying to sort out all the files that r required to draw the Time series chart.
I'm on my Way and i'm afriad i may miss some of the files.
If u have the List can u please suggest me
list of file that r required only to generate timeseries chart.
regards
satish
list of files required for timeseries chart
Re: list of files required for timeseries chart
Hi Satish,
I don't have such a list. You could remove the CategoryPlot class and all its subclasses, and the CategoryAxis class (+subclasses), and the CategoryItemRenderer (+ classes that implement this). You also won't need the CategoryDataset interface or any of its implementations.
Are you trying to minimise the jar file size for use in applets? Other than that, I can't think of a good reason to remove classes that you are not using. At 350K, the JFreeChart jar file isn't all that big.
Regards,
DG.
I don't have such a list. You could remove the CategoryPlot class and all its subclasses, and the CategoryAxis class (+subclasses), and the CategoryItemRenderer (+ classes that implement this). You also won't need the CategoryDataset interface or any of its implementations.
Are you trying to minimise the jar file size for use in applets? Other than that, I can't think of a good reason to remove classes that you are not using. At 350K, the JFreeChart jar file isn't all that big.
Regards,
DG.