You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I'm building an area chart where I want to load multiple days worth of data, but only want to show one day's worth of data on initial load. I figure there's a way to set the initial zoom level, but I can't figure it out. Any help would be greatly appreciated.
Robert Reinhardt
unread,
Jan 11, 2018, 8:01:21 PM1/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
As a quick follow-up, to be clear, I would like an Area Chart to initialize with a partial view of the data. It would have the same behavior as a user using the explorer functionality to zoom in on the data and then pan from right to left to view the scaled data. I'm hoping since it's available on an event like a mouse wheel, that I might be able to call the same behavior explicitly. I do not want to use a dashboard and a filter control.