I\'m trying to plot to xy arrays using chartsjs x1 = [1,2,3,4,5,6] y1 = [2,4,6,8,10,12]
x2 = [4,5,6] y2 = [3,6,9]
I can do:
var myChart = new Ch