cursor: String

Sets the cursor type for Inputfields.

Default: “text”
Example: “pointer”, “crosshair”, …
var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 rangeSelector: {
   inputFields: {
     style: {
       cursor: "pointer",
       .
       .
     }
   }
 },
 .
 .
});
stockChart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question