r - how to display dynamic values in gvisBarChart hAxes and vAxes -


need in displaying dynamic values/strings in haxes , vaxes part of gvisbarchart

sample tried below:

  haxes=paste("[{title:", input$ddllgraphmeasure, "}]") 

input$ddllgraphmeasure - dynamic input value

but not working. please suggest way this.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -