Widget:WJG Sandbox chart: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
labels : ["January","February","March","April","May","June","July","August","September","October","November","December","Jan2","Feb2"], | labels : ["January","February","March","April","May","June","July","August","September","October","November","December","Jan2","Feb2"], | ||
datasets : [ | datasets : [ | ||
{ | |||
fillColor : "rgba(220,220,220,0.5)", | |||
strokeColor : "rgba(220,220,220,1)", | |||
pointColor : "rgba(220,220,220,1)", | |||
pointStrokeColor : "#fff", | |||
data : testScores | |||
}, | |||
{ | |||
fillColor : "rgba(151,187,205,0.5)", | |||
strokeColor : "rgba(151,187,205,1)", | |||
pointColor : "rgba(151,187,205,1)", | |||
pointStrokeColor : "#fff", | |||
data : exp_vals | |||
} | |||
] | ] | ||
} | } |