Hello,
I'm trying to place an icon next to axis label in Gauge series. I tried using
the axisLabel formatter but that doesn’t provide a way to place an image next
to the axisLabel.
I also tried using the markPoint this way
markPoint: {
data: [
{
value: [0, 50],
symbol: 'http://pngimg.com/uploads/almond/almond_PNG76.png';,
}
]
}
Here is the full demo
https://gallery.echartsjs.com/editor.html?c=xFTtpT6oUC&v=2. Here is what I’m
trying to achieve. I would appreciate any help. Thanks a lot.
Thanks,
Dhiraj