在Google图表上关闭截断

是否可以关闭Google可视化图表上的标签/图例截断?我试图使这些数据对移动用户可见。我快速做了jsfiddle,并参考了相关的screenshot作为参考。

var donutOptions = {
    pieHole: 0.7,backgroundColor: 'transparent',width: '100%',height: 450,chartArea: {
        'width': '100%','height': '80%'
    },fontSize: 11,legend: {
        'position': 'top',maxLines: 10,textStyle: {
            fontSize: 16
        }
    }
};
shilaoban2 回答:在Google图表上关闭截断

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3121538.html

大家都在问