score:0

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

Related Query

More Query from same tag