I am in the process of creating a Bubble Chart with Highstock. I want to know if it is possible to change the series name's data to something like this:
data: [{name:'any words 1',x:Date.UTC(1970, 9, 27), y:2.07, z:1},{name:'any words
2',x:Date.UTC(1970, 9, 27), y:1.03, z:1}]}
I want to make individual tooltips with this.point.name
to show some additional information.