To get the min/max values, call the control's #getState method. This will return an object with "lowValue" and "highValue" properties, which contain the min/max values, respectively.
On Wednesday, February 6, 2013 11:21:03 AM UTC-5, Workaholic wrote: > > The best way to do it is with adding a listener to changes in the range > filter? > How can I get the min and max values of filter's state? > > Thanks again. > > On Friday, February 1, 2013 7:52:50 PM UTC+2, Workaholic wrote: >> >> Hi all, >> I'm making a pivot chart from a given datasource added as "table.jpg". >> I'm trying to draw a line chart like the one in "chart.jpg" and add a >> string filter on it. >> >> What I did to draw the added line chart, was making the table from my >> datasource look like the one in "customizePivot.jpg". >> >> It works! but causes lots of bugs >> Is there any other way to do this kind of pivot line chart using >> ChartWrapper(without making the table in "customizePivot.jpg")? >> >> Thanks >> > -- 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 http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
