在Node JS上使用Highcharts

时间:2016-09-14 06:46:19

标签: json node.js highcharts

我正在尝试将JSON对象显示为图表。我正在使用NodeJS。我安装了Highcharts包。我通过https://www.npmjs.com/package/highcharts将其添加到我的Server.js文件中。但是当我运行它时,我收到以下错误:

/scratch/sivasubr/node-project/node_modules/highcharts/modules/exporting.js:9
(function(f){typeof module==="object"&&module.exports?module.exports=f:f(Highcharts)})(function(f){var s=f.win,j=s.document,B=f.Chart,u=f.addEvent,C=f.removeEvent,D=f.fireEvent,r=f.createElement,t=f.discardElement,w=f.css,l=f.merge,m=f.each,q=f.extend,F=f.splat,G=Math.max,H=f.isTouchDevice,I=f.Renderer.prototype.symbols,z=f.getOptions(),A;q(z.lang,{printChart:"Print chart",downloadPNG:"Download PNG image",downloadJPEG:"Download JPEG image",downloadPDF:"Download PDF document",downloadSVG:"Download SVG vector image",
                                                                                                              ^

TypeError: Cannot read property 'document' of undefined
at /scratch/sivasubr/node-project/node_modules/highcharts/modules/exporting.js:9:115
  1. 有人可以告诉我如何解决这个问题吗?
  2. 有没有更好的方法在Node JS上将JSON对象显示为图形?

0 个答案:

没有答案