gpt4 book ai didi

google-visualization - Google BarChart设置条形宽度吗?

转载 作者:行者123 更新时间:2023-12-03 13:31:57 25 4
gpt4 key购买 nike

我正在使用Google的javascript可视化库生成BarChart。我想使图表中的条形图比现在的宽,但我在文档中找不到任何内容来说明如何配置每个数据集的条形图宽度。

有什么帮助吗?

最佳答案

有同样的问题,以为我会后代发贴。 bar.groupWidth似乎是设置它的方法。

https://developers.google.com/chart/interactive/docs/gallery/barchart

例如:

 var options = {
title: "Density of Precious Metals, in g/cm^3",
width: 600,
height: 400,
bar: {groupWidth: "95%"},
legend: { position: "none" },
};
var chart = new google.visualization.BarChart(document.getElementById("barchart_values"));
chart.draw(view, options);

关于google-visualization - Google BarChart设置条形宽度吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6702043/

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