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