UNPKG

@syncfusion/ej2-vue-charts

Version:

Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue

44 lines 1.3 kB
{ "name": "@syncfusion/ej2-vue-charts", "version": "30.2.5", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "vue", "vuejs", "vue-charts", "vue-graph", "vue-stock-chart", "vue-accumulation-chart", "vue-rangenavigator", "vue-rangeselector", "vue-sparkline", "vue-sparkline-chart", "vue-smith-chart", "vue-bullet-chart", "vue-bullet-graph", "vue-chart3d", "vue-circularchart3d" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "main": "./dist/ej2-vue-charts.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-vue-charts.es2015.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~30.2.4", "@syncfusion/ej2-vue-base": "~30.2.4", "@syncfusion/ej2-charts": "30.2.5" }, "devDependencies": {}, "scripts": { "compile": "gulp ci-compile && gulp vue-global-script", "ci-publish": "gulp ci-publish" }, "sideEffects": false, "homepage": "https://www.syncfusion.com/vue-components" }