如何使用 Google Charts API 将图例垂直居中?

发布于 2024-10-10 22:01:27 字数 85 浏览 5 评论 0原文

我在将 Google Charts 饼图中的图例垂直居中时遇到问题。有人以前有过经验吗?或者是编写我自己的饼图的最佳选择?

提前致谢, 沃克

I'm having trouble vertically centering the legends in Google Charts Pie Graph. Anyone have previously experience? Or is the best bet to code my own pie graph?

Thanks in advance,
Walker

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

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

发布评论

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

评论(2

執念 2024-10-17 22:01:27

在图表选项中使用以下内容:

 var options = {
      title: 'My Daily Activities',
      legend: {'position':'top','alignment':'center'},
    };

“legend.alignment”可以在本文档中找到:

https://developers.google.com/chart/interactive/docs/gallery/piechart?csw=1

Use the following in the charts option:

 var options = {
      title: 'My Daily Activities',
      legend: {'position':'top','alignment':'center'},
    };

The "legend.alignment" can be found in this documentation:

https://developers.google.com/chart/interactive/docs/gallery/piechart?csw=1

小女人ら 2024-10-17 22:01:27

您使用 chdlp 和 chma 参数吗?

Are you using the chdlp and chma parameters?

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