Chartjs-How to offset x and y axis grid points and labels using chart.js?

0👍

That chart has some data points on the grid lines and some between. You can’t do that in Chart.js. Only one or the other which can be controlled using offsetGridLines

Leave a comment