1
私は伝説を変えたいと思います。私はぺージを削除して、すべてのタイトルを1行または2行にする必要があります。そして私はアイコンを変更したいと思います。Googleの図表 - 凡例
それは次のように
を見ています私はscrollArrowsを入れて、この
ような何か希望: 'なし' を、それは動作しません。
var optionsMobile = {
width: '100%',
height: '100%',
pointSize: 5,
series: {
pointShape: 'circle'
},
chartArea: {
width: '80%',
height: '70%'
},
legend: {
position: 'bottom',
textStyle: {
color: 'white'
},
pagingTextStyle: { color: '#666' },
scrollArrows: 'none'
},
backgroundColor: 'transparent',
titleTextStyle: {
color: 'white',
height: "40px"
},
hAxis: {
textStyle: {
color: 'white'
}
},
vAxis: {
textStyle: {
color: 'white'
}
},
};