Sidra Zafar
Sidra Zafar

Reputation: 35

export canvas chart as PDF

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

Answers (1)

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

Related Questions