【发布时间】:2013-01-21 00:48:48
【问题描述】:
我想隐藏标签。我相信这与选项 bubble.textStyle 并将颜色设置为 none 有关,但我无法弄清楚。
Bubble <- gvisBubbleChart(Fruits, idvar="Fruit", xvar="Sales", yvar="Expenses",
colorvar="Year", sizevar="Profit",
options=list(hAxis='{minValue:75, maxValue:125}',
width=500, height=300))
plot(Bubble)
谢谢..
【问题讨论】:
标签: json r google-visualization googlevis