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
30
votes
9 answers

Alternative to Google Visualization's Annotated Timeline? (graphing library)

Is there any alternative to Google's Annotated Timeline Visualization API? There's some bugs in the Annotated Timeline, and it doesn't appear they will be addressed. Also it is a Flash based chart. A Canvas+Javascript implementation would be more…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
7
votes
2 answers

Best technique for timelines

Now that Gaddafi's 40+ years rule has ended, I want to construct a timeline graph of his period in power with those of other countries over the era. e.g US presidents, German chancellors etc So the x axis would be time, the y axis countries and the…
pssguy
  • 3,455
  • 7
  • 38
  • 68
4
votes
1 answer

How to disable mouse scroll wheel zooming in Google Annotated Timeline?

I'm using a Google Annotated Timeline chart and the mouse scrollwheel zooming of the time scale is getting annoying. I want to be able to scroll down my page of charts with my scroll wheel, but the timeline chart is intercepting the scroll wheel…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
4
votes
2 answers

Google Visualization Annotated Time Line, removing data points

I am trying to build a graph that will change resolution depending on how far you are zoomed in. Here is what it looks like when you are complete zoomed out. So this looks good so when I zoom in I get a higher resolution data and my graph looks…
Vitaly Babiy
  • 6,114
  • 4
  • 26
  • 24
3
votes
1 answer

Google jsapi failed to load in Jquery Dialog

I'm trying to show a Chart from google visualization api into a jQuery dialog that load the content from another page, but I receive a javascript error that said 'google is not defined' when try to load the chart. The example has 2 simple pages.…
Edika
  • 303
  • 5
  • 16
3
votes
1 answer

Set the text in horizontal time line

I am trying to implement horizontal timeline. SO I have written the code to design the horizontal line but I am able to figure out how I will write text on the above and below of the line. One more thing I don't want to use any other library. I…
Ankur Khandelwal
  • 1,042
  • 3
  • 19
  • 40
3
votes
1 answer

gvisMerge + gvisAnnotatedTimeLine common RangeSelector

I am using gvisMerge to bring together several gvisAnnotatedTimeLine objects. Is it possible for all the gvisAnnotatedTimeLine objects to all use the same RangeSelector, i.e. if I choose a range between two dates/times in one gvisAnnotatedTimeLine…
h.l.m
  • 13,015
  • 22
  • 82
  • 169
3
votes
1 answer

use of annotatedTimeLine plugin in jqPlot

I am a newbie to jqPlot and I am currently using it to generate charts based on some statistics. I would like to use the annotated timeline for one of my charts. I found the plugin at https://bitbucket.org/j5bot/jqplot . Is there any sample code to…
2
votes
1 answer

google visualisation annotated timeline: how to set roles using PHP json roles

I am trying to plot two different time series using annotated timeline and PHP by adding roles - the second timeseries will have its own datetime type and role domain. Here is the index.php file:
DudeNukem
  • 47
  • 6
2
votes
1 answer

Title on chart for gvisAnnotatedTimeLine function

I am using the gvisAnnotatedTimeLine function from the googleVis package, and was wondering if there was a way of adding in a Title (not an annotation) into the output, as I can't see an argument for it in the function help file. Thanks in advance
h.l.m
  • 13,015
  • 22
  • 82
  • 169
2
votes
1 answer

Setting Y-axis for googleVis annotatedTimeLine

This is perhaps a very simple question but the help file doesn't seem to suggest anything helpful. I am using googleVis to plot some data, however the absolute level is quite high, so I would like to set a minimum value for the y-axis for an…
h.l.m
  • 13,015
  • 22
  • 82
  • 169
1
vote
2 answers

Div on top of annotated time line

Annotated time line is a google visualization library written in flash. I would like to place a div on top of it at times to cover it. However, when I do this, the div covers everything but the annotated time line shows through. What is the…
Alexis
  • 23,545
  • 19
  • 104
  • 143
1
vote
1 answer

Google Sheets Annotated Timeline display exact values?

I am clueless. I have done some research on how to display exact values on the y-axis and on top of the graph, and found the following: Display exact values? Determines whether to display a shortened, rounded version of the values on the top of the…
1
vote
0 answers

gvisAnnotationChart and zoomStartTime / zoomEndTime

I'm having some trouble with the zoomStartTime and zoomEndTime parameters of gvisAnnotationChart from the googleVis package. Specifically, running example three: A3 <- gvisAnnotationChart(Stock, datevar="Date", …
1
vote
1 answer

Google visualization AnnotationChart usage in GWT

Google visualization team released a new type of annotation visualization called AnnotationChart that currently does not have a GWT wrapper. It is meant to replace old Annotation Timeline which is plagued by issues such as these and make a…
mzm
  • 373
  • 1
  • 6
  • 16
1
2 3