使用 javascript google 条形图时如何设置正确的高度

发布于 2024-09-14 00:49:33 字数 248 浏览 6 评论 0原文

我正在使用 google 条形图 并在其中的选项中是一个高度属性。根据我的数据集,我需要设置不同的高度,因为事物要么被挤压在一起,要么条形图上方和下方有大量空白。

无论如何,有没有办法让图表根据数据表中的项目数量知道它需要多少高度?

i am using google bar chart and in the options there is a height property. depending on my dataset i need to set a different height as things either get squeezed together or there is tons of whitespace above and below the bar chart.

is there anyway to have the chart know how much height it needs based on the number of items in the datatable?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

恋你朝朝暮暮 2024-09-21 00:49:33

您是否遇到过根据数据集大小动态调整大小的问题?

例如,在Code Playground上:

line 31            width:600, height: data.getNumberOfRows() * 80,

Have you run into issues dynamically resizing based on dataset size?

e.g., on the Code Playground:

line 31            width:600, height: data.getNumberOfRows() * 80,
ま柒月 2024-09-21 00:49:33

不,至少不使用条形图 API,但创建一个方法对你来说不会太难:D

no, at least not using the bar chart API but it wouldn't be too hard for you to make a method :D

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文