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
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