1👍
for change
options: {
scale: {
ticks :{
fontColor: '#ff0000',
backdropColor: '#00FF00'
}
}
}
to hide :
scale: {
ticks :{
display: false
}
}
or
scale: {
ticks :{
showLabelBackdrop: false
}
}
- [Chartjs]-How to determine which bar was clicked on a chart js
- [Chartjs]-ChartJS: Remove padding on first and last bars on Barchart
Source:stackexchange.com