TorsteinHonsi / Motion-Highcharts-Plugin

17 stars 7 forks source link

Motion bubbles #8

Closed GiovanninoPaneEvino closed 7 years ago

GiovanninoPaneEvino commented 8 years ago

Hello! Would it be possible to have a small example of motion on bubbles on the x, y and z axis together? Thanks :-) (side question : is it possible to have the default value of the time bar on one point different from the first one?Thanks X2! )

larsac07 commented 7 years ago

Hi, @GiovanninoPaneEvino.

Q1: I presume you meant scatter, which can be drawn in 3D-space: http://jsfiddle.net/larsac07/5y4gq4no/2/ (I just used random values here, so feel free to put actual values. 3D bubbles in Highcharts look 3D, but the z-axis is actually the bubble size: http://www.highcharts.com/demo/bubble-3d

Q2: No, I thought it was, but apparently not. I'll try and add it.

larsac07 commented 7 years ago

@GiovanninoPaneEvino I just added a new option startIndex (commit 13a7928), which controls the sequence index to start with. Adding it to the wiki. Thanks!