我已经为我的项目制作了一个运动图,我想隐藏提供的交互选项,例如更改轴或sizevar或colorvars。
G3 = gvisMotionChart(data=x,
idvar="Country",
timevar="Year",
chartid="NAN",
xvar = "Av_BMI",
yvar = "Sugar",
colorvar = "Continent",
sizevar = "Population",options=list(width=1000, height=600))