I want to use jcharts2d to plot fast updating data.
The examples for dynamic charts in their webpage use a dummy random function to simulate fast changing data, any ideas on how to feed data into the chart?
thanks in advance
I want to use jcharts2d to plot fast updating data.
The examples for dynamic charts in their webpage use a dummy random function to simulate fast changing data, any ideas on how to feed data into the chart?
thanks in advance
You'll need to supply a class that extends ADataCollector and implements collectData