Some plots don't update in real-time
Status: Beta
Brought to you by:
kenwebb
In a few sample applications, the JFreeChart plot (line chart) does not update in real-time. It can be displayed before pressing the Start node, but it doesn't update after pressing Start. Once the app stops, then the plot can be manually displayed correctly.
So far I've observed this in two sample apps:
Collisions
Interest
Both of these have time scales that do NOT begin with 0. They range between specific years.
The cause of this could be, that when time values are over 1000, it only updates every 100 or so.