Skip to content

v6.0.0

Compare
Choose a tag to compare
@gmazzamuto gmazzamuto released this 05 Apr 12:42
· 33 commits to master since this release
v6.0.0

Version 6.0.0

This version features some major changes under the hood, however breaking changes are minimal and updating should be straightforward.

  • GoogleChartInterface now extends a new interface: GoogleChartsDataTable
  • Add support for Controls and Dashboards
  • Load Google Charts v47 by default

Breaking changes:

  • GoogleChartInterface and GoogleChartsLoaderService are now exported as part of the public API
  • Remove unneeded interface: GoogleChartComponentInterface
  • GoogleChartComponent now implements OnInit rather than OnChanges
  • Use GoogleChartsSettings to provide settings to the Google Charts library
  • Remove deprecated ChartMouseOverEvent