Is there any way to create a simple timeline of events with Google Charts? (I don't mean an annotated timeline.)
In my case, I'd like to display a series of event times (not time intervals) in milliseconds, with labels, a bit like this:
| eventFoo
| eventBar
| eventFooBar
' ' '
0 500 1000
I think think of ways to hack this, for example:
http://www.designinginteractive.com/code/how-to-build-a-gantt-chart-with-the-google-charts-api/
...but it would be nice to be able to code something like this 'natively'.