How to create pie chart using javascript
I have created a pie chart using javascript and my data is stored in mongodb. In my chart I am able to separate slices of pie chart. That is whenever I roll on my mouse on any of the slices it is showing the data. But my requirements are, that if I click any of the slice of it, it should display the data in some table. This is my HTML code <html> <head> <title>Pie chart</title> <script type="text/javascript" src="fusioncharts/fusioncharts.js"></script> <script type="text/javascript" src="fusioncharts/fusioncharts.charts.js"></script> <script type="text/javascript" src="fusioncharts/themes