node.js server
Please provide Node.js integration
15
votes
Emmanuel B
shared this idea
-
Karl Baum commented
Has anyone gotten the node-highcharts examples working locally. My chart came out blank.
thx
-
-
Emmanuel B commented
It would be good to render highchart charts from server-side Node.js (http://nodejs.org/ ) code.
var highchart = require('highcharts');
highchart.render(options);