I am attempting to update scales ticks and grid lines to be visible only on hover. It works for the grid lines but it does not work for the ticks. Changing with display works but it is not suitable because it changes the width of the chart.
Interactive demo: https://codepen.io/uffou/pen/zpdZVb
1 thought on “[BUG] Updating ticks fontColor is not working”
Comments are closed.
@uffou I think this is the same problem as #4896
There isn’t a real bugfix, however you could use
myChart.options.scales.yAxes[0].ticks.minor.fontColor
as a workaround.