Settings and activity
2 results found
-
11 votes
An error occurred while saving the comment DLarsen supported this idea · -
92 votes
As Jamie says, Highcharts already supports this, you just need to loop over datasets and run Series.setData or Point.update for each step.
But we are currently working on a set of demos to demonstrate this, which will make it easier for you to set up, as you can copy-paste from our samples.
UPDATE 2019.27.09:
There’s a plugin for it: https://github.com/TorsteinHonsi/Motion-Highcharts-PluginDLarsen supported this idea ·
I've done something similar to what's shown in the example. The one thing I haven't figured out is how to maintain radius when you hover over the point.