I'm using the chart.js to display a realtime graphic and I would like to git rid of a delay and immediately start plotting from 0 y-axis
Is this possible, thing to do? I've tried using:
delay: 0
, but does not stop the delay..
I'm using the chart.js to display a realtime graphic and I would like to git rid of a delay and immediately start plotting from 0 y-axis
Is this possible, thing to do? I've tried using:
delay: 0
, but does not stop the delay..