vishwas-r / 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.

Home Page:https://giturl.page.link/canvasjs-inputfields-typechanger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://giturl.page.link/canvasjs-inputfields-typechanger

License:MIT License


Languages

Language:HTML 73.1%Language:JavaScript 26.9%