Skip to content

Commit 8b6bb67

Browse files
committed
update
1 parent b128244 commit 8b6bb67

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This is a small chart library for Angular based on D3js. It currently supports line charts. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.
44

5+
## Minimum Supported Angular Version
6+
Angular 12 (ivy only)
7+
58
## Line Charts
69
To use the line chart component this module has to be imported: [NgxSimpleChartsModule](https://github.com/Angular2Guy/ngx-simple-charts/blob/master/projects/ngx-simple-charts/src/lib/ngx-simple-charts.module.ts)
710

projects/ngx-simple-charts/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"d3-axis": "d3-axis"
1818
}
1919
},
20-
"whitelistedNonPeerDependencies": ["d3"]
20+
"allowedNonPeerDependencies": ["d3"]
2121
}

projects/ngx-simple-charts/tsconfig.lib.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"declarationMap": false
55
},
66
"angularCompilerOptions": {
7-
"enableIvy": false
7+
"compilationMode": "partial"
88
}
99
}

0 commit comments

Comments
 (0)