0

How can I create a sparkline with real time data coming from event listener in javascript ?

I tried couple of resources, but none of them gives me a clear understanding of how can I continuously send the data points to sparkline to plot them.

pbathala
  • 1,390
  • 2
  • 18
  • 39

1 Answers1

0

With jQuery.sparkline there is no way to incrementally add points to the graph. Instead you have to redraw the entire graph with each update.

Stephen Thomas
  • 13,843
  • 2
  • 32
  • 53