Line Plot Example
This plot shows a simple lineplot with multiple series
Data:
[ { "name":"Ascending", "values":[ {"xValue": 0, "yValue": 1, "id": 1}, {"xValue": 1, "yValue": 2, "id": 1}, {"xValue": 2, "yValue": 4, "id": 1}, {"xValue": 3, "yValue": 7, "id": 1}, {"xValue": 4, "yValue": 9, "id": 1} ]}, { "name":"Descending", "values":[ {"xValue": 0, "yValue": 9, "id": 2}, {"xValue": 1, "yValue": 7, "id": 2}, {"xValue": 2, "yValue": 4, "id": 2}, {"xValue": 3, "yValue": 2, "id": 2}, {"xValue": 4, "yValue": 1, "id": 2} ]}, { "name":"Stable", "values":[ {"xValue": 0, "yValue": 5, "id": 3}, {"xValue": 1, "yValue": 4, "id": 3}, {"xValue": 2, "yValue": 6, "id": 3}, {"xValue": 3, "yValue": 5, "id": 3}, {"xValue": 4, "yValue": 5, "id": 3} ]} ]
Reload