File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
projects/ng2-google-charts Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v7.0.0 " ></a >
2
+
3
+ # Version 7.0.0
4
+ * Build with Angular 12 in Ivy partial compilation mode
5
+ * Load Google Charts v50 by default
6
+ * Add VegaChart
7
+
8
+
1
9
<a name =" v6.2.0 " ></a >
2
10
3
11
# Version 6.2.0
4
12
* Add ` GoogleChartType ` enum
13
+ * Some fixes in ` GoogleChartsLoaderService `
5
14
6
15
7
16
<a name =" v6.1.0 " ></a >
Original file line number Diff line number Diff line change 1
1
# ng2-google-charts
2
2
3
- > Angular Google Charts module (works with Angular 8, Angular 9).
3
+ > Angular Google Charts module
4
4
5
5
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
6
6
[ ![ Downloads] [ npm-downloads-image ]] [ npm-downloads-url ]
7
7
8
+
9
+ ## Versions
10
+ * Version 6 is built with Angular 9, should work with Angular versions from 8 to
11
+ 13 .
12
+ * Version 7 is built with Angular 12 in Ivy partial compilation mode, works with
13
+ Angular versions from 12 to 13.
14
+
8
15
## Features
9
16
* All chart types
10
17
* Dashboard and controls
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng2-google-charts" ,
3
- "version" : " 6.2 .0" ,
3
+ "version" : " 7.0 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Google Charts module for Angular 2 and beyond" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments