I am having some trouble combing a bubblechart with a dashboard. When I 
create a bubblechart with 


       new google.visualization.BubbleChart()


I can also use 

       var options = {
               bubble: {textStyle: {color: 'none'}}
                      };


and then with chart.draw(data, options) I get the result I want -- no 
labels on the bubbles without a mouseover. The problem comes with 

        var bubblechart = new google.visualization.ChartWrapper()

 which I think I need for the dashboard. I've managed to set some options 
with 

         bubblechart.setOption('title', 'Map'
                             ); 

But what's the syntax I need to set the bubble text style, axis labels, etc?


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to