Does your application do anything else? (it could be your app is hogging the EDT). Have you tried running one of the demos that just contains a chart? In my experience I haven't seen the problem you describe I can reproduce this problem by running the ScatterPlotDemo1. When I move the mouse the cro...
Hi, JFreeChart seems to be fast for the most part but if I click and drag the mouse to outline the area I want to zoom into it updates the rectangle *very* slowly. This looks very bad for a desktop application. I create the chart as follows: XYSeriesCollection data = new XYSeriesCollection(); XYSeri...
Can you be more specific about what you are looking for? I agree that JFreeChart needs some polishing in certain areas (including improvement of the defaults to provide a better look "out-of-the-box"), but I'm interested to hear what other people consider to be the deficiencies. I need specifics, t...
Would it be possible to import some of the functionality from "Open Flash Chart" into JFreeChart? Their charts are a lot more polished out-of-the-box. It would be nice if JFreeChart did the same.