Releases: gmazzamuto/ng2-google-charts
Releases · gmazzamuto/ng2-google-charts
v7.0.0
v6.2.0
Version 6.2.0
- Add
GoogleChartType
enum - Some fixes in
GoogleChartsLoaderService
v6.1.0
Version 6.1.0
- add
GoogleChartEditor
v6.0.1
Version 6.0.1
GoogleChartInterface
: do not set thecomponent
property if the passed
object is non-extensible- support Angular 8
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
andGoogleChartsLoaderService
are now exported as part of the public API- Remove unneeded interface:
GoogleChartComponentInterface
GoogleChartComponent
now implementsOnInit
rather thanOnChanges
- Use
GoogleChartsSettings
to provide settings to the Google Charts library - Remove deprecated
ChartMouseOverEvent
v5.0.0
Version 5.0.0
- Add interfaces for all formatters
- Add
regionClick
event forGeoChart
- Add missing properties in
GoogleChartInterface
, implement loading data
from a remote source
Breaking changes
- rename interface
FormatterOptionsInterface
->ColorFormatInterface
- in
GoogleChartInterface
, renameopt_firstRowIsData
->firstRowIsData
v4.0.0
- make underlying
GoogleChartComponent
easily accessible - add interfaces
- add
columnLabel
toChartSelectEvent
- demo: add several more examples
- add one-time listeners
- fix events and listeners
- load Google Charts v46 by default
GoogleChartsLoaderService
: injectgoogleChartsVersion
andmapsApiKey