[visualization-api] Google Charts tooltips not working with value of 0

2014-09-02 Thread Enne Dee
Dear all, we are trying to create a simple bar-chart with Y-axis from 0 to 100 where some of the values are 0. Somehow when the value is 0, no bar shows up and if you hover with a tooltip it does not show the value of 0. Yes, we know we can probably lower the Y-axis to start from -10 and then

[visualization-api] Google charts and responsive design for Android...

2014-09-02 Thread Enne Dee
Trying to do some simple google charts for Android (using Bootstrap). However, I can't get it to work out well. The X-axis (about 10 elements), gets truncated where about four or 5 labels don't show up. Any tips? I see some old threads from 2012 on this topic where the summary seems to

Re: [visualization-api] Google Charts tooltips not working with value of 0

2014-09-02 Thread Enne Dee
Thanks much Sergey. That works! On Tuesday, September 2, 2014 7:33:15 AM UTC-7, Sergey wrote: Setting the option 'focusTarget' to 'category' should do what you want. On Tue Sep 02 2014 at 9:54:45 AM Enne Dee nanda...@gmail.com javascript: wrote: Dear all, we are trying to create