Questions tagged [annotatedtimeline]

Part of the Google Visualization graphing API. An annotated timeline is an interactive time series line chart with the option to add annotations. You can display one or more lines on the chart.

An annotated timeline is a graph which is part of the Google Visualization graphing API. The graph itself is an interactive time series line chart with the option to add annotations. You can display one or more lines on the chart.

The annotated timeline charts are rendered within the browser using Flash.

Image of Annotated Timeline

For an example in the Google Playground, please visit: Google Playground

32 questions
0
votes
1 answer

google charts datetime type

Is it possible to use literal strings when instantiating a datetime type? (If no, skip) If so, does the - need to be a /? If that doesn't matter, please tell me what's wrong with this: var data = new google.visualization.DataTable({cols:[{label:…
Shown
  • 201
  • 1
  • 2
  • 7
0
votes
1 answer

Annotated Timeline Flickers and Re-Zooms

I have an Annotated Timeline that I would like to update in realtime (similar to how Google Finance does it). However, I am having trouble getting the chart to not flicker and not re-zoom when data is added. I couldn't get the code to work in…
Matt Dodge
  • 10,833
  • 7
  • 38
  • 58
1 2
3