|
|
@ -112,16 +112,16 @@ var lineOverlay = overlayControl.addOverlay(function(container) { |
|
|
|
datasets: [ |
|
|
|
datasets: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "Planned progress", |
|
|
|
label: "Planned progress", |
|
|
|
backgroundColor: "#001eff", |
|
|
|
backgroundColor: "#0000cc", |
|
|
|
borderColor: "#001eff", |
|
|
|
borderColor: "#0000cc", |
|
|
|
data: values.planned, |
|
|
|
data: values.planned, |
|
|
|
fill: false, |
|
|
|
fill: false, |
|
|
|
cubicInterpolationMode: 'monotone' |
|
|
|
cubicInterpolationMode: 'monotone' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "Real progress", |
|
|
|
label: "Real progress", |
|
|
|
backgroundColor: "#ff5454", |
|
|
|
backgroundColor: "#006600", |
|
|
|
borderColor: "#ff5454", |
|
|
|
borderColor: "#006600", |
|
|
|
data: values.real, |
|
|
|
data: values.real, |
|
|
|
fill: false, |
|
|
|
fill: false, |
|
|
|
cubicInterpolationMode: 'monotone' |
|
|
|
cubicInterpolationMode: 'monotone' |
|
|
|