Hi Steve, I'm not sure if what you want is possible, but if it is, I expect you will have to do some fancy footwork. You basically want the filtering to be applied to only part of the data, so you should probably first separate your data into two parts: the rows and columns for the line data and for the stacked data.
Then do the filtering of the line data, and finally join that with the stacked data, using the join function. See details on the join function here: https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_join Hope that helps. On Tue, Dec 24, 2019 at 5:19 AM 'Steven Lovell' via Google Visualization API <[email protected]> wrote: > Hi All, > > I'm new to Google charts and was wondering if anyone out there knows if it > is possible to have a combo chart with filters that do the following. > > The stacked values should always be present on the chart and the filter > will only act upon the line data values. > > So far I can hide the stacked values from the filter. When using the > filter it removes the stacked section, only leaving the filtered values on > the chart. I've attached my attempt if anyone would like to take a look. > > Any help would be greatly appreciated. > > Regards, > Steve. > [image: Chart.PNG] > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/723b6ea3-7448-422d-bd0a-ccd76abe651c%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/723b6ea3-7448-422d-bd0a-ccd76abe651c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNPwLrtgtHQFGqk5XF2F%3D-QbgjyqxB%2BXC__9ZVOj%3DSThg%40mail.gmail.com.
