Hello,I am trying to make a page with a geo chart and a selector showing the overall evolution by month.
The geochart is here to show overall sales value by region.
The selector will let the possibility to filter based on a time interval (can be up to several years).As the time is not visible in the Geochart (consolidated data over the selected period), I cannot use a "dashboard" (if I understood properly).
So I am now doing it manually...
I first tried with a ChartRangeFilter, but I don't know how to retrieve the selected min and max after change.
=> I used the event 'statechange' but then how can I get the min value in the function that is called?I then used a RangeSelector and it works fine. But I don't know how to set the minimum range size (to one month for example).
=> Is it possible?
I could't find any documentation on the RangeSelector, so I don't even know if this is an official control..!
Do anyone has a solution for one of my two problems?
Thanks in advance for your feed back