Allow multiple targets in bullet chart
Please add multiple targets for bullet charts. We have to need to show multiple targets; eg soft targets, hard targets, benchmark etc.
Ideally, each target would be a different colour and there would be a hover-over legend
-
AdminKacper Madej (Admin, Highcharts JS) commented
Hi Derek,
Currently the bullet series type supports only one bullet for each point, so you would have to create multiple points or series - one for each target.
Another options could be as:
To add more markers you could use scatter series like in this demo: https://jsfiddle.net/BlackLabel/uhkb21fa/
Error bar might also be useful here: https://www.highcharts.com/demo/error-bar