Sets the color of label (text) shown in Range Buttons on hover. The value of labelFontColorOnHover can be a “HTML Color Name”, “hex code” or “rgba values”
Default: “grey”var stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
buttonStyle: {
labelFontColorOnHover: "#FAC003",
.
.
}
},
.
.
});
stockChart.render();