create a multi line chart using Chart.js
问题 I am trying to create a multiline chart using Chart.js I can do this for 1 line and i can do 2 lines using a fixed data structure but I cannot get multiple lines to display data passed to the data structure. here is the example usage abbreviated from chart.js website http://www.chartjs.org/docs/#getting-started var myLineChart = new Chart(ctx).Line(data); var data = { labels: ["January", "February", "March", "April", "May", "June", "July"], datasets: [ {fillColor: "rgba(220,220,220,0.2)",