Re: [visualization-api] Re: Values inside category filter flow out..how to wrap the values?

2014-09-23 Thread Shivani Kanakhara
Ok thanks :) On Tue, Sep 23, 2014 at 6:31 PM, 'Daniel LaLiberte' via Google Visualization API wrote: > Thanks. You are correct that this is a bug, which we will fix. There is > a hard-coded width for the .charts-combobox .charts-menu of 219px that > doesn't work out for the width of your cate

Re: [visualization-api] Re: Values inside category filter flow out..how to wrap the values?

2014-09-23 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks. You are correct that this is a bug, which we will fix. There is a hard-coded width for the .charts-combobox .charts-menu of 219px that doesn't work out for the width of your category labels. It appears you can override this setting by adding this style: .charts-combobox .charts-menu {

Re: [visualization-api] Re: Values inside category filter flow out..how to wrap the values?

2014-09-22 Thread Shivani Kanakhara
Hi, i checked my code again..the problem was when i set the allowTyping property of category filter to true then the values flow out. If it is set to false then it works fine. Here's a sample. http://jsfiddle.net/shivani_1001/wy1wy6qh/4/ I guess its a bug. On Monday, September 22, 2014 7:3

Re: [visualization-api] Re: Values inside category filter flow out..how to wrap the values?

2014-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
Shivani, I suspect you are making some changes to the CSS of the page containing your category filter that affects the category filter rendering. If you can't figure out what that is, give us a link to the page and we can take a look. On Mon, Sep 22, 2014 at 3:50 AM, Shivani Kanakhara wrote: >

[visualization-api] Re: Values inside category filter flow out..how to wrap the values?

2014-09-22 Thread Shivani Kanakhara
Also how to align label of category filter and the combobox of filter.? On Saturday, September 20, 2014 5:24:30 PM UTC+5:30, Shivani Kanakhara wrote: > > I am using a category filter.Some of the values appear outside the filter > boundaries. > Attached a snap. How to wrap the values? > > -- Yo