Leaflet-semicircle
Leaflet-semicircle copied to clipboard
Pie Chart click events?
Is there support for events(click/etc) for pie charts?
If not, what do you think would be the best way to implement them?
Not at the moment. Shouldn't be that hard to implement that in the 'array of objects' syntax for the data
, and for each part, look for an onclick
property or something containing a callback and attach that to the pie part/label/line...