带有自定义标记图标的Google Charts API图表

时间:2011-07-13 14:50:03

标签: api charts

我构建了一个小脚本,使用谷歌图表api绘制图形。 http://pastebin.com/followersgraph.php

现在,我想添加自定义标记图像。我有一张图像可以作为标记。

在Google Charts API文档中,我找不到如何添加自定义图标。

http://pastebin.com/i/nyan.png是应显示在每个标记处的图标。

非常感谢帮助!

1 个答案:

答案 0 :(得分:0)

编辑:

d=<marker_data_string> //string location of custom image

实施例

https://chart.googleapis.com/chart?chs=300x140&cht=lc&chco=FF9900,224499&
chd=t:75,74,66,30,10,5,3,1&chls=1|1&
chem=y;s=bubble_icon_text_small;d=ski,bb,Wheeee!,FFFFFF;dp=2;ds=0&chm=v,ccccFF,0,::.2,2

在那个例子中,“d = ski,bb,Wheeee!”我认为这可能是我在Google文档帮助中看到的自定义标记图像。然后所有其他参数用于指定图表上放置标记的位置。

转到:http://code.google.com/apis/chart/image/docs/chart_params.html#gcharts_dynamic_markers

向下滑动一下滑雪男子形象..