-
Right now we have the rangechange and rangechanged events that fire when the user drags the timeline, OR a function like fit() is called.
Ideally I would be able to bind to an event that only fired w…
-
See the following jsFiddle
http://jsfiddle.net/5L9kpL4t/3/
The first datapoint has an x value of "2014-06-12" and is rendered in the correct position.
Now in this second jsFiddle I have set the dat…
-
Hi Guys
Is there any way to handle when the user right clicks on a node in the Timeline? My users have asked for the ability to right click on an item and a context menu must appear for them with a l…
Blugh updated
9 years ago
-
Calling DataSet.clear() when the DataSet is used by a graph that is using both the left and right y axis the graph will crash the page.
To reproduce the problem take example 5
http://visjs.org/exampl…
-
As you resize the browser window horizontally the devisions on the x axis get closer together as you would expect, however the data does not rescale. As a result of this you end up with the data shift…
-
When using small numbers and using the option showMinorLabels the origin on the y axis is a small non-zero number. In the below case the origin is 6.9389e-18 rather than zero.
See the following jsFid…
-
Hi.
Is it possible to plot Timeline and Graph on top of each other? If I specify the same container, then the graph ends up under the timeline. I'd like both to be plotted on top of each other.
Tha…
-
Hi, just wondering about the reason why items & groups for timelines have to be inside a subobject called `load` (https://github.com/visjs/angular-visjs/blob/master/angular-vis.js#L48)? Wouldn't it ma…
-
I suspect this problem may be something to do with Bootstrap, but unfortunately I can't reproduce it with a Fiddle...
The issue can be seen in the image below. The graph is generated with the correct…
-
Good morning,
I'd like to know if there is a way to intercept some additional events, like "onDrawComplete" or something similar.
Many thanks and keep on the great work!
Dario