gmazzamuto / ng2-google-charts

Angular Google Charts module
https://www.devrandom.it/software/ng2-google-charts/
MIT License
120 stars 64 forks source link

GoogleChartInterface does not support "view" keyword #110

Closed ctung closed 4 years ago

ctung commented 4 years ago

Minor issue

I have a chart dataTable where one of the columns represents db ID's that are referenced when the user clicks a chart element, but are not plotted in the chart. Typically this is done by setting the "view" keyword in the GoogleChartInterface to list only the columns you want to plot.

Since this keyword is not defined in the GoogleChartInterface, I have to use :any instead

Documentation on the view object is here: https://developers.google.com/chart/interactive/docs/reference#drawchart