1👍
Supposing you have a "config" object containing your options/configurations inside your chart, do the following:
chart.config.options.scale.ticks.backdropColor = "black"; // "scale" is singular
chart.config.options.scale.ticks.display = true; // "scale" is singular
- Chartjs-ChartJs functional component does not refresh even when forceUpdate
- Chartjs-Chart js show levels on top. (Bar chart with Stacked group)
Source:stackexchange.com