How to remove the line/rule of an axis in Chart.js?

前端 未结 5 1405
春和景丽
春和景丽 2021-01-17 20:17

I managed to remove all horizontale lines/rules in my chart using this:

scales: {
       xAxes: [{
        gridLines: {
            display: false
        }          


        
5条回答
提交回复
热议问题