We've built ZingChart to be user-friendly no matter the user's
experience on the web. From novices to seasoned veterans, our
charts are easy to create with a simple JSON configuration. Our
extensive documentation outlines each attribute and the values it can take.
{
"type": "line",
"title": {
"text": "My First Chart"
},
"series": [
{ "values": [20,40,25,50,15,45,33,34] },
{ "values": [5,30,21,18,59,50,28,33] },
{ "values": [30,5,18,21,33,41,29,15] }
]
}