简体   繁体   中英

Change left bar thickness and color on charts.js line chart

Unless I'm mistake, this appears to be undocumented. Does anyone know if the far left bar colour on line charts can be changed?

在此处输入图片说明

It seems the first left bar is always darker than the grid lines.

you need zeroLineColor https://www.chartjs.org/docs/2.8.0/axes/styling.html?h=zerolinecolor

 options = { scales: { xAxes: [{ gridLines: { zeroLineColor: '#fff' }, } ]}}

ChartJS. Change axis line color

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM