简体   繁体   English

如何将chart.js图表​​导出到Excel?

[英]How to export a chart.js chart to excel?

I am using a chart.js 2 javascript chart in a web application and so far it has been great, but is there a way to export the data into an excel or pdf file ? 我在网络应用程序中使用了chart.js 2 javascript图表,到目前为止效果很好,但是是否可以将数据导出到excel或pdf文件中? thanks 谢谢

You could collect all data related to your chart and send this data as Json via Ajax to some controller. 您可以收集与图表相关的所有数据,并将这些数据作为Json通过Ajax发送到某个控制器。 Then just draw it, similar post can be found here 然后画一下,类似的帖子可以在这里找到

Excel does not recognize the chart. Excel无法识别图表。 I think the chart should be turned into an image. 我认为图表应该变成图像。 Then you need to export an image to excel. 然后,您需要将图像导出到excel。 This page can help you : https://www.infragistics.com/community/forums/f/ignite-ui-for-javascript/109480/adding-image-in-excel 该页面可以为您提供帮助: https : //www.infragistics.com/community/forums/f/ignite-ui-for-javascript/109480/adding-image-in-excel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM