A dynamically updating Line chart

This chart updates itself 20 times a second.New values are appended to the data that's displayed and old values are removed from the data. Careful use is made of local variables (which are the fastest kind) - so that the updates are done smoothly.

[No canvas support]

« Back