how to give variable to axes labels of gvisbubblechart? 
<http://stackoverflow.com/questions/33712103/how-to-give-variable-to-axes-labels-of-gvisbubblechart>

Here is my code:

gvisBubbleChart(iris.new,idvar="Species",xvar=input$xcol, 
yvar=input$ycol,colorvar="Species",options=list(hAxes="[{title:'*input$xcol*, 
titleTextStyle: {color: 'black'}}]", vAxes="[{title:'*input$ycol*', 
titleTextStyle: {color: 'red'}}]"))}

As in bolds,i want to give the axes labels as variable but unable to do 
so.Please tell how to do 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/be25cd9c-1974-4553-8d54-3a20afd92756%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to