使用 javascript google 条形图时如何设置正确的高度
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否遇到过根据数据集大小动态调整大小的问题?
例如,在Code Playground上:
Have you run into issues dynamically resizing based on dataset size?
e.g., on the Code Playground:
不,至少不使用条形图 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