@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
71 lines • 1.78 kB
JSON
{
"name": "@swimlane/ngx-charts",
"version": "23.0.0-alpha.0",
"description": "Declarative Charting Framework for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/ngx-charts.git"
},
"keywords": [
"angular",
"angularjs",
"charts",
"charting",
"angular",
"d3",
"d3.js",
"d3js",
"viz",
"graph",
"svg",
"dataviz",
"data visualization",
"viz",
"graph"
],
"author": "Swimlane",
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-charts/issues"
},
"homepage": "https://github.com/swimlane/ngx-charts#readme",
"peerDependencies": {
"@angular/animations": "18.x || 19.x || 20.x",
"@angular/cdk": "18.x || 19.x || 20.x",
"@angular/core": "18.x || 19.x || 20.x",
"@angular/common": "18.x || 19.x || 20.x",
"@angular/forms": "18.x || 19.x || 20.x",
"@angular/platform-browser": "18.x || 19.x || 20.x",
"@angular/platform-browser-dynamic": "18.x || 19.x || 20.x",
"rxjs": "7.x"
},
"dependencies": {
"d3-array": "^3.2.0",
"d3-brush": "^3.0.0",
"d3-color": "^3.1.0",
"d3-ease": "^3.0.1",
"d3-format": "^3.1.0",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-sankey": "^0.12.3",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time-format": "^4.1.0",
"d3-transition": "^3.0.1",
"gradient-path": "^2.3.0",
"tslib": "^2.3.1"
},
"module": "fesm2022/swimlane-ngx-charts.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/swimlane-ngx-charts.mjs"
}
},
"sideEffects": false
}