Sets the cursor type for Inputfields.
var stockChart = new CanvasJS.StockChart("container", { . . rangeSelector: { inputFields: { style: { cursor: "pointer", . . } } }, . . }); stockChart.render();
Also See: