Leaflet-semicircle icon indicating copy to clipboard operation
Leaflet-semicircle copied to clipboard

Pie Chart click events?

Open darkzeroman opened this issue 11 years ago • 1 comments

Is there support for events(click/etc) for pie charts?

If not, what do you think would be the best way to implement them?

darkzeroman avatar Aug 20 '13 19:08 darkzeroman

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...

jieter avatar Aug 20 '13 19:08 jieter