I have a google.visualization.Timeline (bars using birth and death dates of persons) and would like to add markers on top of bars for events relating to specific bars.
I tried using a combination of the visualization documentation example for a google.visualization.Timeline together with the example of google.visualization.LineChart with placeMarker function.
My references to examples are:
However, after trying to combine these 2 examples, I get the error:
this.getChartLayoutInterface is not a function
So it seems that the Timeline does not support getChartLayoutInterface.
I also don't see series or points as options in the Timeline options list.
Is there another way to add markers or points to a timeline bar at this time?
Thanks!