CONFIG = {
return {
datasetSize: 5,
canvasWidth: 1058,
canvasHeight: 529,
borderWidth: 2,
barRoundess: 0.8,
barPercentage: 0.9,
categoryPercentage: 0.4,
maxBarThickness: 30,
minBarThickness: 20,
gridlines: {
color: 'rgba(215, 219, 221, 0.4)'
},
inTheTime: {
label: 'Blue',
backgroundColor: 'rgba(41, 136, 229, .4)',
borderColor: 'rgba(41, 136, 229, 1)'
},
outOfTime: {
label: 'Red',
backgroundColor: 'rgba(240, 120, 119, 0.4)',
borderColor: 'rgba(240, 120, 119, 1)'
}
};
}