更改 Google Geochart 可视化 api 中的图例
有没有办法自定义此处显示的图例:
http:// code.google.com/apis/chart/interactive/docs/gallery/geochart.html
我正在尝试为图例添加更多内容,更改其位置等。
我查看了他们的文档,但找不到任何内容。谢谢。
Is there any way to customize the legend shown here:
http://code.google.com/apis/chart/interactive/docs/gallery/geochart.html
I am trying to more stuff to the legend, change its location etc.
I looked through their docs but couldn't find the anything. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 Google 的 API 图表指南 - https://developers.google .com/chart/interactive/docs/gallery/geochart?csw=1#Configuration_Options
如果我理解正确的话,当使用
legend
将选项传递给地理图表时key,您可以为其提供样式数据以强制其显示方式。即 -如 Google 在上述链接中规定的那样。
From Google's API chart guide - https://developers.google.com/chart/interactive/docs/gallery/geochart?csw=1#Configuration_Options
If I understand correctly, when passing options to the geo chart using the
legend
key, you can supply it with style data to enforce how it appears. Ie -as prescribed by Google in the above link.