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
1
vote
0 answers

several values per date for annotated time line with googleVis package

It seems to me that the annotated time line produced by the gvisAnnotatedTimeLine() function of the googleVis R package only allows a unique value for each date. Is there a way to plot several values per date with gvisAnnotatedTimeLine() ? Otherwise…
Stéphane Laurent
  • 75,186
  • 15
  • 119
  • 225
1
vote
1 answer

Google Charts Annotated Time Line - adjust y-axis on zoom

I am using the annotated time line chart in google charts API. I have a long time line of data (20 years) and range of the data goes from about 0 to 900,000 (see picture) If you zoom on the most recent year, the max from this set is only about…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
1
vote
0 answers

Annotated timeline google graph displaying issue

I am displaying data on annotated timeline google chart. It displays the data fine but if I scroll down my browser page and then scroll back up, it cuts off the top part of the chart and won't display it until I hover my mouse over it. Here are the…
SherCoder
  • 678
  • 2
  • 11
  • 26
0
votes
1 answer

Error with zoomStartTime and AnnotatedTimeLine

I'm a bit of a beginner with Javascript, but last month I had a working Google chart linked to a Google Docs file, which uses a start date for the graph at 90 days before the current date. I checked the page today and in Chrome I get the message…
0
votes
1 answer

Jetpack compose create list of ClickableText in one filed

I have code with implementation of ClickableText with underline text. Row( modifier = Modifier .fillMaxWidth() .height(IntrinsicSize.Min) .padding(5.dp), verticalAlignment = Alignment.CenterVertically )…
Slava
  • 443
  • 4
  • 12
0
votes
1 answer

How to clean an AnnotatedTimeline gwt visualization chart

I am dealing with a problem with annotatedtimelines. I have to draw some charts depending on the tab that the user is, so when the tab is changed I clean the current chart and draw the new data. But how to do that? For now I am removing all the…
banduk
  • 107
  • 1
  • 7
0
votes
1 answer

Is there a panning option in Google timeline chart?

Is panning possible in timeline charts of google charts? When I started using i find there is no option for that. Is there any option in new release or currently does it has that option?
Madhavi
  • 474
  • 2
  • 7
  • 20
0
votes
1 answer

Google Annotatedtimeline data is messed up by timestamp

I'm using google annotatedtimeline as an device for monitoring sensors. I'm using mqtt python scripts for sending the data to MYSQL database. And so I receive my timelinedata from database. I have separate sensors flow sensor and meter sensor, I…
Somepub
  • 445
  • 2
  • 6
  • 22
0
votes
1 answer

Google Annotated Chart without using Date format

I want to use Google Charts API to create an Annotated Chart like the one on the example page: https://developers.google.com/chart/interactive/docs/gallery/annotationchart However, my data is not in a date format, it is two columns each containing a…
0
votes
1 answer

Dygraphs equivalent for GViz setVisibleChartRange?

On our website http://tradingderivatives.eu/DAX-root.html, you can select a part of the tables and the graph will respond by zooming; the table event handers call the setVisibleChartRange method of the graph. Is there something similar for the…
0
votes
1 answer

Use numbers, instead of seconds on annotated time line

I am trying to use google charts, 'Annotated Time Line'. On the column I want to use numbers, which dataTable.addColumn({ type: 'number', id: 'Start' }); dataTable.addColumn({ type: 'number', id: 'End' }); But the problem is, still the number is…
ro ko
  • 2,906
  • 3
  • 37
  • 58
0
votes
1 answer

Time series graph that supports arbitrary date annotations?

I am making a time series line chart, currently using Google's standard Line Chart. The data consists of a set of dates and values for about a dozen different categories. There is no problem plotting this all to a chart. What I'm running into is…
0
votes
1 answer

TimeLine in google visualisation dashboard

I have this JSON code: {"cols":[{"label":"ID","type":"number"}, {"label":"Naziv","type":"string"}, {"label":"Vrsta","type":"string"}, {"label":"Status","type":"string"}, {"label":"Opis","type":"string"}, …
0
votes
1 answer

Google Annotated Time Line chart (y-axis) scale

I am using Google Annotated Time Line chart, I want the scale in the Y-axis to show integer numbers only, not fractions(if min is 0 and max is between 1,4). I have tried to do it using max and min but there are cases where a line exceeds the max,…
JokerDev
  • 151
  • 2
  • 15
0
votes
2 answers

Interesting quirk with Google AnnotatedTimeline

So I'm building a web app that makes use of various jQuery UI widgets. In particular I'm using the accordion widget. I have the jQuery code which sets up the accordion like so: $('#graph').accordion({autoHeight:false, collapsible:true}); What goes…
Perley
  • 292
  • 1
  • 3
  • 12