Fork me on GitHub
jsGraph

Test jsGraph online !

Have some fun with our kitchen sink. Try to display some data, some shapes, etc. Don't forget to share with us your best examples ! Specifying graph options and axes are independant of the main code, and the graph initialization is automatically taken care of. Use g to refer to the graph instance.

var graphOptions =

var graphAxis =

var g = new Graph("graph-sink", graphOptions, graphAxis );