jieter / Leaflet-semicircle

Extend Leaflet's circle class to display semicircles.
http://jieter.github.io/Leaflet-semicircle/examples/semicircle.html
MIT License
121 stars 52 forks source link

Pie Chart click events? #2

Open darkzeroman opened 11 years ago

darkzeroman commented 11 years ago

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

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

jieter commented 11 years ago

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