Nguyen Le
Nguyen Le

Reputation: 31

Stacked value with line chart with highcharts

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

Stacked line chart image

Addition info: Im using highcharts to do this one

Thanks for any comment or answer

Upvotes: 0

Views: 220

Answers (1)

Nguyen Le
Nguyen Le

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

Related Questions