Hello,
I created a dynamic chart using ChartComposite, TimeSeries and TimeSeriesCollection. A generator created random data every second or 500 milliseconds. The problem is there was an overhead delay when the chart was started. The chart also stoped updating if I moved mouse over the chart. I did turn off the tooltips and set useBuffer flag false in ChartComposite. What could I reduce the delay and make the chart fast respond ?
Here is the source if you want more details. The main class is in the Runner.java. .http://www.freewebtown.com/asterix/src.zip
Thanks for your help.