File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
projects/ng2-google-charts Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ <a name =" v6.0.0 " ></a >
2+
3+ # Version 6.0.0
4+
5+ This version features some major changes under the hood, however breaking
6+ changes are minimal and updating should be straightforward.
7+
8+ * ` GoogleChartInterface ` now extends a new interface: ` GoogleChartsDataTable `
9+ * Add support for Controls and Dashboards
10+ * Load Google Charts v47 by default
11+
12+
13+ ## Breaking changes:
14+ * ` GoogleChartInterface ` and ` GoogleChartsLoaderService ` are now exported as
15+ part of the public API
16+ * Remove unneeded interface: ` GoogleChartComponentInterface `
17+ * ` GoogleChartComponent ` now implements ` OnInit ` rather than ` OnChanges `
18+ * Use ` GoogleChartsSettings ` to provide settings to the Google Charts library
19+ * Remove deprecated ` ChartMouseOverEvent `
20+
21+
122<a name =" v5.0.0 " ></a >
223
324# Version 5.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " ng2-google-charts" ,
3- "version" : " 5 .0.0" ,
3+ "version" : " 6 .0.0" ,
44 "funding" : " https://github.com/gmazzamuto/ng2-google-charts?sponsor=1" ,
55 "peerDependencies" : {
66 "@angular/common" : " ^9.0.7" ,
You can’t perform that action at this time.
0 commit comments