We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e792d commit e570007Copy full SHA for e570007
projects/ngx-simple-charts/line/package.json
@@ -3,5 +3,19 @@
3
"@angular/common": "^12.0.0",
4
"@angular/core": "^12.0.0",
5
"rxjs": "~6.6.3"
6
+ },
7
+ "dependencies": {
8
+ "d3-array": "^3.0.0",
9
+ "d3-axis": "^3.0.0",
10
+ "d3-brush": "^3.0.0",
11
+ "d3-color": "^3.0.0",
12
+ "d3-format": "^3.0.0",
13
+ "d3-interpolate": "^3.0.0",
14
+ "d3-scale": "^4.0.0",
15
+ "d3-selection": "^3.0.0",
16
+ "d3-shape": "^3.0.0",
17
+ "d3-time-format": "^4.0.0",
18
+ "d3-transition": "^3.0.0",
19
+ "tslib": "^2.0.0"
20
}
21
0 commit comments