options: {
responsive: false,
layout: {
padding: {
top: 50,
bottom: 0
}
},
legend: false,
label: false,
tooltips: {
enabled: false
},
scales: {
yAxes: [{
ticks: {
display: false,
maxTicksLimit: 5
},
gridLines: {
color: 'rgba(204,204,204, .5)',
drawTicks: false,
offsetGridLines: true,
drawBorder: false
}
}],
xAxes: [{
gridLines: {
color: 'rgba(204,204,204, .5)',
offsetGridLines: true
},
ticks: {
fontColor: 'rgba(255,255,255, 1)',
maxRotation: 0,
padding: -30,
}
}]
}
}