Static Points Chart

Plot points onto a chart.

Features explored in this example:

  • Add static point visual elements to a chart

Dynamic Points Chart

Plot the relative frequency of random number selection from the range [0, 100] inclusive.

Features explored in this example:

  • Dynamic dataset auto-updates chart
  • Callback method for Y value of each point

Sliding Points Chart

Plot the 1-dimensional brownian motion of a constantly updating data set.

Features explored in this example:

  • Dynamic dataset auto-updates chart
  • Faux-timeseries updating

Code: