Reputation: 35
using canvas Java script chart , and want to export chart as PDF by using the above URL but it doesn't export chart as PDF. why? and is there any link to export chart as excel as well?
Upvotes: 2
Views: 371
Reputation: 3329
You can use FusionCharts js to export canvas chart to PDF or Excel format
For this you need to include below js file
<script type="text/javascript" src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script type="text/javascript" src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js?cacheBust=56"></script>
jsFiddle for the same
http://jsfiddle.net/cm1qyk2L/327/
Upvotes: 1