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