npm install
node server.js
-
api-update.htmlshows an example of a simple REST endpoint and updating the chart using ZingChart'ssetdatamethod. Go tohttp://localhost:3000/api-updateto see the demo. -
api-update-ext.htmlshows an extended version of the api-update example, but shows the case of unkown amount of series. Go tohttp://localhost:3000/api-update-extto see the demo. -
js-transform.htmlshows an example using zingchart's built in refresh object Go tohttp://localhost:3000/js-transformto see the demo.