Reputation: 133
I'm searching for a JavaScript library through which i can create charts that link to other charts or embed them. For example, let's say we have a pie chart, if someone clicks on a pie's slice, another different chart appears.
I'm using the Google Charts API and jqPlot at the moment, but so far I haven't found a way to add links or js functions when someone is clicking on a chart's element. Any help for any library will be appreciated.
Thank you.
Upvotes: 2
Views: 137
Reputation: 178328
They all allow event handling
Here is one
http://g.raphaeljs.com/piechart2.html
Upvotes: 1