[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

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

2014-09-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Setting the option 'focusTarget' to 'category' should do what you want. On Tue Sep 02 2014 at 9:54:45 AM Enne Dee nandan@gmail.com wrote: 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

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 a