Right now I’m using JFreeChart in order to create a dynamic chart. However the chart is significantly slowing down my GUI. I was just wondering, is jfreechart generally heavy in the graphics department (my computer is not fast at all). Or is there a way to configure the ChartPanel to better optimize dynamic charting.
Share
JFreechart library by itself does not cause the UI to be much slower. But definitely being on slow PC created problem in UI rendering as browser has to do much more pixel drawing with charts.
Still you can look at the following link and see if the tricks described can help you
http://www.jfree.org/phpBB2/viewtopic.php?t=12682