Reputation: 31
I got an situation like this. I would like to using line chart to draw stacked value. I have tried google search but i can't find the solution.
For example: On date May/23 i got 3 values, i would like to display these on line-chart. How could i achieve this? Does highcharts support to do this one. Please take a look at the link attach to clearer the question
Addition info: Im using highcharts to do this one
Thanks for any comment or answer
Upvotes: 0
Views: 220
Reputation: 31
Follow jlbriggs I should use scatter-chart to achieve this one
Regarding the tooltip, I would suggest using a scatter series instead of a line. Set the lineWidth in the plotOptions and it will plot just like a line series, but the tool tips are handled differently. Example: jsfiddle.net/jlbriggs/c1o8Lwgv
Upvotes: 1