Sets the font color for text shown in Inputfields. Values of fontColor can be specified in “HTML Color Name”, “hex code” or “rgba values”.
Default: “#000000”var stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
inputFields: {
style: {
fontColor: "#5f5f75",
.
.
}
}
},
.
.
});
stockChart.render();
Also See: