@syncfusion/ej2-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.
41 lines • 1.26 kB
JSON
{
"name": "@syncfusion/ej2-charts",
"version": "30.2.4",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-calendars": "~30.2.4",
"@syncfusion/ej2-data": "~30.2.4",
"@syncfusion/ej2-excel-export": "~30.2.4",
"@syncfusion/ej2-navigations": "~30.2.4",
"@syncfusion/ej2-pdf-export": "~30.2.4",
"@syncfusion/ej2-svg-base": "~30.2.4"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"ej2-charts",
"TypeScript",
"chart",
"graph",
"financial-chart",
"stock-chart",
"bullet-chart",
"sparkline",
"smith-chart",
"range-navigator"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/charts"
},
"main": "./dist/ej2-charts.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-charts.es5.js",
"typings": "index.d.ts",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}