【发布时间】:2014-02-13 17:32:22
【问题描述】:
有谁知道或者有可能在 Google API 饼图之外而不是在其中获取标签?我知道图像版本是可能的: https://chart.googleapis.com/chart?chs=250x100&chd=t:60,40&cht=p3&chl=Hello|World
但我喜欢让它与这个版本一起工作(像上一个链接那样的行,会很好): https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart
【问题讨论】:
-
我在配置选项中看不到任何启用此功能的内容google-developers.appspot.com/chart/interactive/docs/gallery/…
-
嗯...我想我找到了它:'labeled' - 画线将切片连接到它们的数据值。参见google-developers.appspot.com/chart/interactive/docs/gallery/…的legend.position@
标签: javascript charts google-api