I want to create a Line chart with multiple datasets dynamically in the chart.js library.
I am able to assign the data dynamically. But I want to create the datasets
I think you are looking for something like the following solution. http://jsfiddle.net/5m63232a/
var datasetValue = []; var count = 10; for (var j=0; j