[visualization-api] Re: How to assign chart formatting options to a dashboard with CategoryFilter?

2014-05-18 Thread Beat Buehlmann
' } }); When you draw the dashboard, just pass the view: dashboard.draw(view); On Saturday, May 17, 2014 6:17:57 AM UTC-4, Beat Buehlmann wrote: Hi there, I want to create a chart with intervals and a category filter. I started without the category filter and was able to assign the format options

[visualization-api] How to assign chart formatting options to a dashboard with CategoryFilter?

2014-05-17 Thread Beat Buehlmann
Hi there, I want to create a chart with intervals and a category filter. I started without the category filter and was able to assign the format options with draw(view, options_boxes_background). I tried then to add a category filter by including the ControlWrapper and ChartWrapper and

[visualization-api] Re: Whisker Chart with Intervals

2014-03-18 Thread Beat Buehlmann
-4, Beat Buehlmann wrote: Pls see attached image. I want to create someting similar with the interval chart. The interval columns represent the following (pls note that I changed the ID's slightly in order to make it better understandable): data.addColumn({id:'i0', type:'number', role

[visualization-api] Re: Whisker Chart with Intervals

2014-03-16 Thread Beat Buehlmann
quite understand what you want here. Can you provide an image of what you are looking for? Also, it would help to know what each interval column represents (in particular, which ones are the median and 25th/75th percentiles). On Friday, March 14, 2014 10:18:06 AM UTC-4, Beat Buehlmann wrote