Generates SVG from JSON using D3.js
{"target":"text","content":"This is some text in SVG"}
{"target":"histogram","color":"blue","barwidth":20,"intergap":5,"dataset":[25,67,45,19,89],"size":2,"animate":true}
{"target":"circles","dataset":[{"r":40,"cx":100,"cy":100,"color":"yellow"},{"r":60,"cx":300,"cy":300,"color":"lightblue"}]}
More options coming soon...