https://github.com/mbostock/d3/wiki
http://alignedleft.com/tutorials/d3
http://www.gregjopa.com/2013/11/render-svg-charts-server-side-with-d3-js/
https://github.com/gregjopa/d3-server-side-demo
http://bost.ocks.org/mike/chart/
http://www.typescriptlang.org/Samples#D3
It’s common to use d3.js to render svg charts on the client-side. With the d3 node module you can render svg charts on the server-side as well. The d3 node module uses jsdom to simulate the browser’s Document Object Model (DOM) which allows for d3 selectors to work on the server-side.
No comments:
Post a Comment