Questions tagged [timeline]

Time-based information displays and user interfaces. For the Facebook Timeline use [facebook-timeline] instead.

Do not use this tag for Facebook Timeline; use instead.

(The future of this tag is in doubt; please see the discussion.)

1169 questions
156
votes
10 answers

How can I view file history in Git?

With Subversion I could use TortoiseSVN to view the history/log of a file. How can I do this with Git? I am just looking for the history record for a particular file, and then the ability to compare the different versions.
mrblah
  • 99,669
  • 140
  • 310
  • 420
94
votes
9 answers

How to create a timeline with LaTeX?

In history-books you often have timeline, where events and periods are marked on a line in the correct relative distance to each other. How is it possible to create something similar in LaTeX?
Mnementh
  • 50,487
  • 48
  • 148
  • 202
67
votes
8 answers

Alternative to SIMILE Timeline for timeline visualization?

So I have been having lots of fun playing with SIMILE Timeline, but unfortunately, it appears to be all but abandoned (most recently closed ticket May 2009) and riddled with memory leaks, especially when you are dynamically loading and unloading…
Nick Klauer
  • 5,893
  • 5
  • 42
  • 68
44
votes
7 answers

Chrome timeline - how can I determine the cause of a "Recalculate Style" log entry?

Profiling a page with the built-in timeline recorder in Chrome, I see repeated "Recalculate Style" entries. They have no obvious information to link them to DOM element or event. How can I best determine the cause of these entries?
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
39
votes
3 answers

Responsive timeline UI with Bootstrap3

How can I create a UI with a vertical timeline bar where on desktop it shows as timeline-bar in middle and event boxes on both sides. On smaller mobile screen, the timeline-bar on the left and all event boxes on the right. Using JQuery in…
Manish Pradhan
  • 597
  • 2
  • 9
  • 15
38
votes
3 answers

What's causing this excessive "Composite Layers", "Recalculate Style" and "Update Layer Tree" cycle?

I am very intrigued by the excessive number of "composite layers", "recalculate style" and then "update layer tree" events in one of our webapps. I'm wondering what's causing them here. If you point your Chrome to one of our fast moving streams,…
34
votes
2 answers

How do I create a timeline chart which shows multiple events? Eg. Metallica Band members timeline on wiki

How do I create a timeline chart which shows multiple events? Eg. Metallica Band members timeline on wiki ? where it shows the multiple band members and their durations. Technologies to be used : Microsoft Office primarily. Any exotic technology…
Achow
  • 8,600
  • 6
  • 39
  • 49
30
votes
3 answers

Draw simple timeline with D3

This is what I'm trying to accomplish: In this example, I have a starting date (1º Jun 2011), an ending date (1º Jul 2012) and multiple events between this range. Each event is related to one day of the calendar (although it is possible to have…
azeós
  • 4,853
  • 4
  • 21
  • 40
29
votes
4 answers

Idle and Other times in Chrome Developer Tools. Why the browser is inactivity for so long?

What is included in "Idle" and "Other" times into Sumary of Timeline tab in Chrome Developer Tools? What causes so much inaction? Why do these occur? How to reduce these times? Is it possible? Why the browser is inactivity for so long (in the…
22
votes
1 answer

How to create android timeline view like google location history?

I want to design user interface like Google location history.
Nilesh Rathore
  • 886
  • 1
  • 12
  • 22
19
votes
1 answer

Can you change the proportions of the ggplot2 graph from square to rectangle?

I'm using geom_segment to plot a timeline of activity. It's all on the same line, and since I want to present it together with other graphs, I'd much rather make the y axis much smaller. It seems that the size of the gray graph area in ggplot2 is…
Stian Håklev
  • 1,240
  • 2
  • 14
  • 26
15
votes
2 answers

Any good Java Swing Timeline Widget?

Is anybody aware of a good Java Swing Timeline Widget with features comparable to the Janus Winforms timeline component?
dkp
  • 825
  • 3
  • 9
  • 14
15
votes
0 answers

Can I Embed Twitter search timeline and pass the search parameter dynamically?

Is it possible to create a dynamic timeline? I want to embed a search timeline where I can change the search key with some javascript or python. If this isn't possible, could anyone suggest a workaround? I suppose I could use the GET search and…
heri0n
  • 1,459
  • 3
  • 19
  • 33
13
votes
4 answers

is it possible to plot timelines with matplotlib?

Im trying to plot dates with values like this csv. Tue 2 Jun 16:55:51 CEST 2015,3 Wed 3 Jun 14:51:49 CEST 2015,3 Fri 5 Jun 10:31:59 CEST 2015,3 Sat 6 Jun 20:47:31 CEST 2015,3 Sun 7 Jun 13:58:23 CEST 2015,3 Mon 8 Jun 14:56:49 CEST 2015,2 Tue 9…
mr_pen
  • 275
  • 1
  • 2
  • 11
12
votes
3 answers

Is there a way to implement horizontal timeline using Material UI in React?

I'm trying to implement a horizontal timeline using Material UI in React. In their documentation I could find only vertical timeline demos and I couldn't find any prop that can directly change the alignment. Is there a way to solve this? I would…
Athira Sreekumar
  • 192
  • 1
  • 1
  • 8
1
2 3
77 78