I have created a chart using googleVis in a shiny app but I cannot find a way to set the number in the tooltip as percentage.
I have seen that this is possible if you specify a formatter. How could I possibly implement such a solution for a shiny app?
I know I could customize tooltips via html using roles but I don't want to go down that path.
You can use roles without using html code written by yourself:
More examples: Using Roles via googleVis