Questions tagged [timeline.js]

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.

78 questions
0
votes
1 answer

How to use angular-timelinejs3 in angular 6?

Sorry, as I mentioning this. I am new to angular 6. I have seen this link https://www.npmjs.com/package/angular-timelinejs3?activeTab=readme, and when I try to do it in angular 6. I stuck in the middle as they said "Add dependency to timeline your…
0
votes
1 answer

How to add images in flags in timeline.js

I am using timeline.js. i am new to timeline.js. I want to add the image in flag which is shown on timeline with different image icons for different points. I didn't get any solution for this in documentation or anything. Image of where i want to…
Rohit
  • 77
  • 1
  • 1
  • 6
0
votes
1 answer

Timeline JS dynamic flag color change

I am using timeline JS in my application for displaying 2 types of reports based on the date. It is working fine but when the number of reports data are more it is difficult to find which report is belongs to which category. So I thought to use…
web developer
  • 457
  • 2
  • 10
  • 25
0
votes
0 answers

Override external script (timelinejs3)

I'm working on TimelineJs3 and managed few small alterations to its features. However I dont want to hack main timelinejs3 files. I've tried to override them with simply copying them but they wont on their own. If I copy huge chunks of the code…
0
votes
1 answer

vis.js Timeline weekend dates

Is there a way to force .vis-grid.vis-saturday and .vis-grid.vis-sunday classes to show. I set up my timeline grouped by employees to show a monthly view but cannot get the Saturday and Sunday to how. I have to zoom in for it to show up. I tried…
chungtinhlakho
  • 870
  • 10
  • 21
0
votes
0 answers

how to specify my Longitude and latitude for use in a timemap

I'm having trouble figuring out how to specify my Longitude and latitude for use in a timemap. This is my JSON: [{"lon":"106.78185","title":"ZAKI","start":"2016-05-25","description":"OPERATION","Id":1,"lat":-6.2206087,"timeStart":"18:00:00"}] And…
newbiecihuy
  • 135
  • 1
  • 3
  • 12
0
votes
1 answer

TimelineJS3 how paste date to the popup?

how i can move post date to the popup ? please see image iamge I was trying this code ` this._el.text = TL.Dom.create("div", "tl-timemarker-text", this._el.content); this._text = TL.Dom.create("h2",…
0
votes
1 answer

Timeline change css on enter view port

Am trying to change the background color of the timeline on scroll like on this site.My replication of the sample is development site. Take a look at the codepen I tried using. The closest I have come to replicating it is with the code below which…
GotaloveCode
  • 994
  • 1
  • 13
  • 30
0
votes
2 answers

Load JSON from file vs. as variable for timeline events

I use the SMILES timeline loading event data as JSON from file and as variable. Loading from file works fine using the samplecode from the homepage: tl = Timeline.create(document.getElementById("div-timeline"), bandInfos); …
ralfr
  • 146
  • 1
  • 7
0
votes
1 answer

TimelineJs3 stuck at Loading, the error is the json objects passed in the initialization of the timeline

I'm building my TimeLine.js and passing the json into the new object instatiation, the problem is timeline is passing dataObject.json as an Url instead of a json object. Does any anyone know what is the problem or a work around?!