CrazyChris
unread,Mar 9, 2012, 8:38:38 AM3/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I would like to show certain events as dots within a line chart
similar to this:
which is the page statistics of a facebook page
the dots represent postings, the size of the dot the amount of
postings on that day
For my own software project I have implemented Google's Line Charts
(new version) and it works very well. I would now like to add dots for
showing certain events just like in the facebook graph.
The Line Chart doesn't support this, the combo chart combines lines
with columns, ...
Anybody have an idea how to do/fake this with google charts?