gpt4 book ai didi

google-visualization - Google 图表工具截断 y 轴标签

转载 作者:行者123 更新时间:2023-12-01 21:23:48 24 4
gpt4 key购买 nike

使用Google bar chart ,这是我得到的:

enter image description here

这是我的自定义选项

var options = {
width: 500, height: 240,
legend : 'none',
vAxis:{title:'Answers',textStyle:{color: '#005500',fontSize: '12', paddingRight: '100',marginRight: '100'}},
hAxis: { title: 'Percentage', textStyle: { color: '#005500', fontSize: '12', paddingRight: '100', marginRight: '100'} }
};

我不能为这些设置宽度吗<g>/<rect>标签?

最佳答案

我相信 ChartArea.left 选项就是您正在寻找的。尝试这样的方法,并修改 ChartArea.left 和 ChartArea.width 值(不过总宽度应为 500),直到 y 标签全部可见:

var options = {
width: 500, height: 240,
legend : 'none',
vAxis:{title:'Answers',textStyle:{color: '#005500',fontSize: '12', paddingRight: '100',marginRight: '100'}},
hAxis: { title: 'Percentage', textStyle: { color: '#005500', fontSize: '12', paddingRight: '100', marginRight: '100'} },
chartArea: {left:100, width: 400}
};

关于google-visualization - Google 图表工具截断 y 轴标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8899132/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com