Skip to content

This is a plugin for CanvasJS StockCharts that lets you add HTML5 datepicker to inputfields of StockChart just by adding a line of code.

License

Notifications You must be signed in to change notification settings

vishwas-r/CanvasJS-Inputfields-Type-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanvasJS Inputfields Type Changer

This is a plugin for CanvasJS StockCharts that lets you add HTML5 datepicker to inputfields of StockChart just by adding a line of code. HTML5 DatePicker in CanvasJS StockChart

How to Use?

  • Create and Render CanvasJS StockChart
  • Call ChangeInputFieldsType method
var stockChart = new CanvasJS.StockChart("stockChartContainer", {
    .
    .
    .
    //StockChart Options
    .
    .
    .
});
stockChart.render();

stockChart.ChangeInputFieldsType();
/* or
CanvasJS.ChangeInputFieldsType(); //If you like to change type of inputfields across all the StockCharts in the page
*/
Note:
  • Plugin was last tested with CanvasJS StockChart v1.4.4GA
  • This plugin requires you to have CanvasJS License. Please visit CanvasJS for more info.

About

This is a plugin for CanvasJS StockCharts that lets you add HTML5 datepicker to inputfields of StockChart just by adding a line of code.

Topics

Resources

License

Stars

Watchers

Forks