How can I style the bullet graph here https://jsfiddle.net/BlackLabel/p2zwf6e8/
chartOptions: Options = {
series: [
{
type: "bullet",
data: [
{
y: 360,
target: 300
}
]
},
{
type: "bullet",
data: [
{
y: 280,
target: 250,
color: "#c0ffee"
}
]
},
{
type: "bullet",
data: [
{
y: 150,
target: 250,
color: "#bada55"
}
]
}
],
tooltip: {
pointFormat: "<b>{point.y}</b> (with target at {point.target})"
}
};
to look like the bullet graph here https://www.highcharts.com/docs/chart-and-series-types/bullet-chart