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