The Timeline is an interactive visualization chart to visualize events in time. The events can take place on a single date, or have a start and end date (a range). You can freely move and zoom in the timeline by dragging and scrolling in the Timeline. Events can be created, edited, and deleted in the timeline. The time scale on the axis is adjusted automatically, and supports scales ranging from milliseconds to years.
Questions tagged [timeline.js]
78 questions
1
vote
1 answer
Label doesn't resize width smoothly using an animation
I wrote a JavaFX application.
I want to update Label width every 10ms, where the label represents a value.
Generaly, I succeeded to do this, but with a problem: the label blinks with small values, in opposite of big values.
In my previous works, I…

Doros Barmajia
- 502
- 1
- 5
- 13
1
vote
1 answer
TimelineJS App - How to Set the Height of the Content Area?
I've got the app working and all my entries entered. A few are causing a scroll bar to appear. I have reviewed the Timeline.js project docs and setting the height of the content area seems easy enough. However, after digging in on the 2sxc app…

Jeremy Farrance
- 740
- 6
- 11
1
vote
1 answer
google chart timeline with different moments in row
I have a google chart timeline with a list of different contracts in each row. Having the start and end date is easy, but i also want do show specific moments in each row (let's say tenant contract deadline, and other important moments) - it could…

castro_pereira
- 301
- 2
- 12
1
vote
0 answers
Issue with cursor position in timeline on drag and drop
Dragging an item results in the cursor being out of place, as can be seen from the screenshots. The cursor isn’t where the item is, and has an offset. This is the case even with both start and end times present. Closing the window on the left…

sharanya
- 21
- 4
1
vote
0 answers
How to update Json controller to dynamically populate the new TimelineJS Plugin
I've had a VeriteCO Timeline dynamicaly populated by json that was working since 2012.
It doesn't work anymore.
I had To update to KhniteLab TimelineJS Plugin.
I used a custom Timeline php controller :
class JSON_API_Timeline_Controller {
…

Jane Seneor
- 11
- 1
- 5
1
vote
1 answer
Override default expand behaviour on Timeline group click
I'm trying to find a way to override the default expand/collapse behaviour when clicking on a Group element in a VisJS Timeline.
I'd like to allow other actions from the group contents, and invoke the expand/collapse action programmatically from…

Marc
- 213
- 2
- 12
1
vote
2 answers
centering videojs vertically on a page?
Context: Electron desktop app using Timeline.js which is embedding Video.js through an iFrame. The iFrame source is below.
I've been struggling with this for a few hours now: I need to vertically center the Video.js instance in the iFrame it is…

spring
- 18,009
- 15
- 80
- 160
1
vote
1 answer
display: none goes weird with iframe timeline
I have a timeline in my website which should be displayed only when a button is clicked. In fact, there are 2 pages: one with informations which disappears when the button is clicked, and the other one is the timeline. I want the timeline to be…

Hearner
- 2,711
- 3
- 17
- 34
1
vote
2 answers
Access scope variable inside script in AngularJS
I'm trying to create a simple application using AngularJS and TimelineJS3 but I'm having a problem with it.
I have a state (timeline) which contains a partial view (timeline.html) associated with a controller. This state contains a promise to fetch…
user3673649
1
vote
0 answers
Timeline JS Multiple Photoview?
In TimelineJS, is it possible to select a photo on the timeline so that it pops out into a carousel so a user can view multiple photos (akin to how photos are viewed on Facebook)?

blades4
- 13
- 4
1
vote
1 answer
Host TimeLineJS on Meteor app without smart package
I'd like to host the TimeLineJS library on my Meteor app locally and not use the smart package because I need to fine tune it. I've tried declaring the createStoryJS function in the Meteor space like this in create Timeline.js. However, there are…

tothefux
- 223
- 1
- 9
1
vote
1 answer
How to remove slider part in timeline.js?
I was trying to remove the slider part in timeline.js . What I tried was just adding display : none in html file.

Arun Prakash
- 421
- 2
- 6
- 20
1
vote
1 answer
ng-click not executing when built as a string in link function
I'm using Timeline JS to build a timeline. In the timeline there are elements, I want the elements to be click-able.
In my directive link function I build the click able element content like so:
var stringToBeAdded = '

RustyShackleford
- 25,262
- 6
- 22
- 38
1
vote
0 answers
how to include timelineJS in ember-cli
I am able to add timelineJs library using :
bower install timeline
and in my Brocfile.js, I…

Deewendra Shrestha
- 2,313
- 1
- 23
- 53
1
vote
1 answer
Google timemap using spreadsheet data: infowindows do not close
I have read a lot of other threads that people are having the same problem with the infowindows not closing when using the google api v3. Although my problem is similiar, my code isn't because I'm using a google spreadsheet to load the data that…

Daan
- 33
- 6