Hi,
I have a grouped set of data which underpins a dashboard.
subjects_result = google.visualization.data.group(
subjects,
[filter2],
[{'column': 6, 'aggregation': google.visualization.data.sum, 'type':
'number'},{'column': 7, 'aggregation': google.visualization.data.sum,
'type': 'number'},{'column': 8, 'aggregation':
google.visualization.data.sum, 'type': 'number'},}]
);
I am passing in a value for the key columns via a variable 'filter2'. This
works on first drawing.
However, I am using programmatic changes to alter the value of filter2 and
redrawing the dashboard. It appears that the data group 'subjects_result'
does not refresh.
How can this be achieved?
Thanks in advance for any help.
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/272e46d4-71ad-441b-8660-6fa05847c3a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.