I build a little script that makes draws a graph with the google charts api. http://pastebin.com/followersgraph.php
Now, i want to add custom markers images. I have an image ready to act as a marker.
In the Google Charts API documentation i cannot find how to add custom icons.
http://pastebin.com/i/nyan.png is the icon that should show up at each marker.
Help is much appreciated!
EDIT:
EXAMPLE:
In that example, the “d=ski,bb,Wheeee!” i think that may be the custom marker image from what i can see on the Google Docs Help.. then all the other parameters are used to specify where on the chart to put the marker.
Go to : http://code.google.com/apis/chart/image/docs/chart_params.html#gcharts_dynamic_markers
and scroll down a bit towards the skiing man image..