Widget:WJG Sandbox chart: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
pointColor : "rgba(220,220,220,1)", | pointColor : "rgba(220,220,220,1)", | ||
pointStrokeColor : "#fff", | pointStrokeColor : "#fff", | ||
data : testScores | data : testScores, | ||
title: "Individual tests" | |||
}, | }, | ||
{ | { | ||
Line 63: | Line 64: | ||
pointColor : "rgba(151,187,205,1)", | pointColor : "rgba(151,187,205,1)", | ||
pointStrokeColor : "#fff", | pointStrokeColor : "#fff", | ||
data : exp_vals | data : exp_vals, | ||
title: "Moving average" | |||
} | } | ||
] | ] |