var options = {
legend: {position:"bottom" , alignment: 'top'},
vAxis: {
viewWindowMode:'explicit',
viewWindow: {
max:<?=$target?>,
min:0
}
},
seriesType: 'bars',
series: {3: {type: 'area'}},
colors: ['CornflowerBlue', 'green', 'red', '#0099c6']
};
答案 0 :(得分:0)
唯一可用的选项是legend.maxLines
...
将此值设置为大于1的数字,以便为图例添加线条。注意:此选项目前仅在
legend.position
为'top'
时才有效。
与......
legend.position: 'top'