on ‎2022 Jan 14 1:32 PM
Request clarification before answering.
Hi Martin,
The foot is rendered by googleVis library which is not owned by SAC, maybe you can check whether its API supports hiding the foot.
However, in Analytical Application Designer, you can overlay some widget (for example, Shape) to cover the foot area, or use Panel to wrap the R Widget with proper height and non-scrollbar option to hide the foot.
Thanks,
Jove
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.