Hi all,

kindly let me know how to hide a column in without empty space in combo 
chart.

 var data = new 
google.visualization.arrayToDataTable([['Year','jan','feb','mar','apr','may','Jun','other'],

                                                      [2010,1,0,0,0,2,0,0],

                                                      [2011,1,4,0,0,0,0,0],

                                                      
[2012,8469,20,8485,649,476,0,982],

                                                      
[2013,2618,0,2617,69,0,246,276]])


Consider the sample array, i need to hide the chart if the value is zero. 
currently there is an empty space when the countis zero. so for the first array 
only the two columns must be displayed.


let me know how to achieve this 



-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to