I need to hide labels in line chart drawn using library chart.js. I googled but no luck. Could that be hidden?
Thanks
To hide just the labels, in version 2.3.0 of Charts.js, you disable ticks like so:
ticks
options: { scales: { yAxes: [{ ticks: { display: false } }] } }
1.4m articles
1.4m replys
5 comments
57.0k users