cancel
Showing results for 
Search instead for 
Did you mean: 

Analytics Application - R visualization Google Gauge chart

former_member743766
Discoverer

Hi,

Is there a way to remove or hide the disclaimer footer?

Thanks for any ideas.

Best regards,

Martin Zluky

View Entire Topic
leec
Explorer
0 Kudos

Martin,

I had the same issue (with a pie chart) and the following works for me:

pc=gvisPieChart(df,options=list(...))
pc$html$footer <- NULL
pc$html$jsFooter <- NULL
pc$html$caption <- NULL
plot(pc)

Kind regards,

Lieselot