Sets the font weight for text shown in Inputfields.
Default: “normal”var stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
inputFields: {
style: {
fontWeight: "bold",
.
.
}
}
},
.
.
});
stockChart.render();