The ChartRangeFilter control only works on numeric or date axis types, and your code uses strings for the axis. The example visualization from the playground converts the dates into strings for the final chart (which avoids some weird effects where the candlesticks at the ends of the chart get cut off). If you change from strings to Date objects in your DataTable, that should fix the problem: http://jsfiddle.net/asgallant/6eXm2/7/
On Monday, November 26, 2012 10:08:56 AM UTC-5, ErikM wrote: > > Dear all Asgallent > > I have tried to word based on the sample candlestick and the controls, but > somehow I have missed a date formating or similar. > > Candlestick on itself works fine. > http://jsfiddle.net/erikmarke/6eXm2/3/ > > But adding controls to it, I ran into error > One or more participants > failed to draw() > Also the control does not nicely draw. > > Please find my code online at: > http://jsfiddle.net/erikmarke/6eXm2/5/ > > Any adjustment/correction to the code is appreciated. > > Regards, > Erik > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/WYLmeXxcHtwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
