Click here to Skip to main content
15,888,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have multiple pie charts that's created using highcharts.js. I have already built an Excel export to export the table from the HMTL page to Excel. Now, I would like to export the pie charts So, that when the user clicks the "Export to Excel" button everything is in the excel file. Is this even possible?

If not could I save the charts as images and insert them into the export as well as the other information?

What I have tried:

I spend a lot of time searching on solution but i don't have any idea how can i do it
Posted
Updated 23-Sep-17 10:21am
v2

1 solution

You can use the export module: Export module overview | Highcharts[^]
This however does not generate Excel format files, but you can save images.
Maybe you can use a plugin like this one: Plugins | Highcharts[^]
 
Share this answer
 
Comments
abood almomani 25-Sep-17 8:02am    
Thanks for your reply, but that did not help me at all
RickZeeland 25-Sep-17 8:30am    
Didn't the plugin work ? it seems to be very popular ...
abood almomani 25-Sep-17 13:37pm    
Sure it's work,but the plugin export the chart data not the chart itself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900