Hey, I think I can post this here haha, Basically I'm trying to develop a website and for this I need to heavily customise a chart, below is a screenshot of what I want to do, I have the values which I will post as example values.
I think that for me to complete this I will need. I need it to show the default values, then on hover, I was wondering if it was possible to do something like below, Image would be the 16x16 image for the legend.
Data{
title: "Good",
value: "3",
image: "../foo.png";
}
Default Value -
Custom Tooltip on hover -
Start & Finish Angle
I'm unsure about this, I've read online you can set a custom start and finish angle
This would help as I would need the end of the image there to become 0% then remove the first 40% or so.
Cheers for the help in advance!