删除谷歌图表中的填充?
我想知道为什么谷歌图表在未指定上/右/左轴时添加空白填充。
选择图像,您会发现除了已经填充的底部之外还有一个巨大的填充。这就是为什么,如何删除它?
具体来说,谈论左右填充。
谢谢。
I'm wondering why google charts add a blank padding when not specifying the top/right/left axises.
Select the image and you'll find a huge padding except the bottom which is already filled & that's why, how to remove that?
Specifically, Talking about the right and left paddings.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以按如下方式使用
chartArea
选项:可以在此处查看更多文档:
https://developers.google.com/chart/interactive/docs/gallery/piechart#Configuration_Options
You can use the
chartArea
option as follows:More documentation can be viewed here:
https://developers.google.com/chart/interactive/docs/gallery/piechart#Configuration_Options
使用 Google Chart API 时,您可以消除填充。我做了一个例子 此处。
相关参数是chma。
根据文档:
您可以在此处的 Chart Playground 中在线尝试这些参数。
哈!
编辑:来自 Google 的警告
重要提示:自 2012 年 4 月 20 日起,Google 图表工具的图像图表部分已正式弃用。它将根据我们的弃用政策继续运行。
When using the Google Chart API you can eliminate the padding. I made an example Here.
The relevant parameter is chma.
According to the documentation:
You can try these parameters online in the Chart Playground HERE.
HTH!
Edit: Warning from Google
Important: The Image Charts portion of Google Chart Tools has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy.
不幸的是,正如图表边距文档中所述,您只能设置图表每一侧的最小边距。
谷歌本身添加了一些不必要的边距(主要是在顶部),并且没有任何参数可以阻止这种行为。
Unfortunately, as said in Chart Margins documentation you can set only the minimum margin on each side of the chart.
Google adds some unnecessary margin (mostly on top) itself and there is no parameter which can stop this behavior.