Hi,
Why does setting the data source array, like “dataPoints = [];”, after the graph has rendered the initial data, correctly, lock the graph..? I can refill the array and say “graph.render();” and the graph does nothing.
In our application I need to dynamically change the sample size and then have the graph render the entire new sample as a discrete set of elements.
Thank you,
Chris