JSON to SVG

Generates SVG from JSON using D3.js

Text


{"target":"text","content":"This is some text in SVG"}

Histogram


{"target":"histogram","color":"blue","barwidth":20,"intergap":5,"dataset":[25,67,45,19,89],"size":2,"animate":true}

Circles


{"target":"circles","dataset":[{"r":40,"cx":100,"cy":100,"color":"yellow"},{"r":60,"cx":300,"cy":300,"color":"lightblue"}]}

More options coming soon...