如何减少图表边框和饼图之间的间隙/空间
我想通过减少图表边框和图表之间的间隙来增加饼图的宽度。如何实现这一目标?
I want to increase the width of pie chart by reducing the gap between the chart border and chart. How to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
setInteriorGap ()
方法“控制饼图边缘与绘图区域本身之间的空间”。较小的值会缩小差距。The
setInteriorGap()
method "controls the space between the edges of the pie plot and the plot area itself." Smaller values reduce the gap.