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
0
votes
1 answer
Facing issues with enabling navigation buttons & getting data in timeline chart using vis.js
I created timeline chart using chaps link library and now moving to use vis.js . I am facing the following issues. appreciate any pointers in getting it addressed
1) In chaps link library there was option to show the navigation button, which i…

Manoj K J
- 69
- 7
0
votes
1 answer
"Uncaught ReferenceError: createStoryJS is not defined" Error with Timeline JS
I built out a demo page using Timeline JS and it works fine within a regular HTML file (See Example Here). However, now that I am using it with ExpressionEngine platform (v 2.9.2), I get a javascript error and the area where the timeline should…

EDub
- 31
- 3
0
votes
2 answers
TimelineJS and AngularJS
I am trying to embed a timeline, using an Angular directive, which loads data from a php-generated JSON file (timeline.json.php).
var app = angular.module("timeline", []);
app.controller('timelineCtrl', ['$scope', '$http',
function ($scope,…

wbd2292
- 11
- 1
0
votes
1 answer
Issues with timeline animation
so I am trying to create a snowman and animate its left and right arm, I have looked at the Oracle docs and tried to write my time as closely as possible to how the example sets it.
For reference, this is the code example I was looking at:
final…

SomeStudent
- 2,856
- 1
- 22
- 36
0
votes
1 answer
Create visualforce page to show time line using highcharts in salesforce
Please help me how to use highcharts with salesforce. I want to show timeline in visualforce page.

Nayana Pawar
- 9
- 3
0
votes
0 answers
JSON javascript dataObject to use in a library (Timeline.js)
I saved a response made by a @restcontroller in a JavaScript variable.
The response you get invoking an URL like localhost:8080/JSORresponse is a JSONresponseTimeline(B), B is a Bean.
The library I'm using is timelineJS . That's the interested part…

Mattew Trincanati
- 191
- 1
- 1
- 9
0
votes
1 answer
knightlab timeline js - how to show events without overlap each other
Developing Timeline for Medical filed(Practicitioner) using Knightlab timelinejs. In that knightlabjs - How to show events without overlap each other with tags. let I tell example that 2012 jan 1st have 4 events. these four events have the same tag…

Sng
- 1
- 1
0
votes
1 answer
Click event on google charts
i have done something wrong and i can not figure it out what!
I am trying to make a function that on click to open a popup or a div in which i can display same more info about that particular product clicked.
Link to the site where you can see the…

Mobile Solutions
- 3
- 5
0
votes
1 answer
Unable to stop moveable timeline
I am using vis.js for timeline its working fine for me. but I am unable to stop moveable the timescale .i already try that movable configuration option that is not working for me can anyone suggest me how I can stop movable the timeline and I just…
user2564512
0
votes
2 answers
Javascript: Cannot call method of undefined
This may be a common error, but I can't find another way of doing this. I'm creating a timeline showing multiple projects using timeline.js with the following code
function createTimeline(){
for(var length = data.section.length,i = 0; i <…

P Kero
- 77
- 12
0
votes
0 answers
Accommodate a long range in javascript
I am going to build a timeline with drag-n-drop functionality. Drag-n-drop works fine for me in IE, Chrome, FF and Safari.
Now for a timeline there is a range from -15x10^9 to 15x10^9. I've tried to customize timeline.js and d3.js to fit this range.…

user3090002
- 1
- 1
0
votes
1 answer
Is PagePeeker updating the "screenshot" anytime? (used in TimelineJS)
I have implemented TimelineJS on my site, Pixic.se, using data from mySQL database and format it through PHP. Everything is working fine. But there is a feature in TimelineJS called PagePeeker, which is rendering a screenshot of links that aren't…

Pixic
- 1,345
- 1
- 17
- 29
0
votes
1 answer
Problems with public directory when deploying Node.js app with Heroku
I've been working on an app which will feature a Timelinejs (open source js library) element on the client side. I copied the Timelinejs library into my public/javascripts/ directory of my app. Then I linked it in my html header. When I serve my app…

user1835358
- 45
- 9
0
votes
1 answer
Use console to see where an element was manipulated
I've just started using Timeline.js and I want to change the class of a header from start to whatever. However, the class is set dynamically somewhere in the Timeline library. I've searched through the source code, but it's a bit hard to understand…
user1781186
0
votes
2 answers
Pause doesn't work in Timeline Lite
I want to slide each element in my div one after the other having some pause after each item slides. Below is my code attached.
$(function () {
$('.tick').each(function () {
var $self = $(this);
var t1 = new TimelineLite();
t1.to($self, .5, { x:…

bunnie
- 65
- 1
- 12