using the beatiful SVG library Raphaël on node.js to generate svg-data.
- static svg generation with raphael
npm install node-raphael
NIH - not invented here ... srsly .. i want to generate some good looking charts without using javascript on client side (because this is lame for none-interactive images)
var raphael = require('node-raphael');
var svg = raphael.generate(width, height, function draw(paper) { … });
SVG Server with Raphaël Logo:
- More documentation
- tests