Absolutely! Here's another example that demonstrates that<http://jsfiddle.net/WePkA/2/>. You're right in that the corechart package isn't necessary. The ChartWrapper loads everything that it needs dynamically.
- Sergey On Thu, Jan 24, 2013 at 3:44 PM, Lucero del Alba <[email protected]>wrote: > Wow, you're using series even in the ControlWrapper! That's very cool, > thanks for the example Sergey. Do you know if the same principle can be > used for the ChartWrapper to get lines and areas in the upper chart? I'm > trying it right now, but I don't seem to get it work, I gotta be missing > something. > > ps: on a less relevant matter, I wonder if the 'corechart' package was > necessary on that example, I understand all of the methods used there are > within 'controls' already. > > > On Thu, Jan 24, 2013 at 5:23 PM, Sergey Grabkovsky <[email protected]>wrote: > >> You can indeed do that! Here is an example of bars on an area >> ChartRangeFilter <http://jsfiddle.net/WePkA/1/>. >> >> - Sergey >> >> >> On Thu, Jan 24, 2013 at 3:12 PM, Lucero del Alba <[email protected]>wrote: >> >>> Hi, is it possible to use series with controls and >>> dashboards<https://developers.google.com/chart/interactive/docs/gallery/controls> >>> to >>> have something like the ChangeFilter >>> Control<https://code.google.com/apis/ajax/playground/?type=visualization#chartrangefilter_control>example >>> with candlesticks, lines and the like? >>> >>> The page for controls/dashboards doesn't mention series handling, but >>> maybe there's a way to combine, say, combo >>> charts<https://developers.google.com/chart/interactive/docs/gallery/combochart>(in >>> which you can manage >>> series very easily) with controls (to get something like this >>> http://jsfiddle.net/asgallant/kA7Sp/6/ with date filter control); >>> although ComboChart and ChartWrapper methods depend on different packages >>> of the API (*corechart* and *controls*, respectively). >>> >>> Thanks in advance for any tip. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To post to this group, send email to >>> [email protected]. >>> To unsubscribe from 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. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from 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. >> >> >> > > > > -- > Emiliano > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from 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. > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from 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.
