Re: [visualization-api] Re: Line chart with changing view window and 2 x-axis (how do I do this?)

2014-08-29 Thread Andrew Gallant
Assuming you meant to set the filters range end at 30 days from the start, the way to do it is to get the start date + 30 days and set that as the control's state.range.end parameter. The reason you see months multiple times is because the tick marks correspond to multiple dates in the month

[visualization-api] Re: Line chart with changing view window and 2 x-axis (how do I do this?)

2014-08-27 Thread Andrew Gallant
It is possible to make a paging system like that which uses a DataView to restrict the visible rows of data. For a pre-packaged solution, however, I suggest taking a look at the ChartRangeFilter https://google-developers.appspot.com/chart/interactive/docs/gallery/controls#chartrangefilter.

Re: [visualization-api] Re: Line chart with changing view window and 2 x-axis (how do I do this?)

2014-08-27 Thread Richie Khandelwal
Andrew: This is great and could work perfectly for us. Is there a JS fiddle for this, or where can I see the script? Maybe I am missing the link On Wed, Aug 27, 2014 at 6:24 PM, Andrew Gallant agall...@google.com wrote: It is possible to make a paging system like that which uses a DataView to

Re: [visualization-api] Re: Line chart with changing view window and 2 x-axis (how do I do this?)

2014-08-27 Thread Richie Khandelwal
Never mind, found it. Will report back after trying it. Much Thanks! On Wednesday, August 27, 2014 7:05:52 PM UTC-5, Richie Khandelwal wrote: Andrew: This is great and could work perfectly for us. Is there a JS fiddle for this, or where can I see the script? Maybe I am missing the link On