-
OSX 10.14.5
Latest visjs from https://unpkg.com/vis-network/standalone/umd/vis-network.min.js
(7.4.0, I believe)
Bug in solver() in HierarchicalRepulsionSolver.js:70
distance is defined as const b…
-
When adding a custom time bar the given date is converted to a long,
https://github.com/visjs/vis-timeline/blob/40303a3ceb7ba014fa6b239b584e16a16e4a6c07/lib/timeline/Core.js#L661-L663
But, later …
-
I want to be able to position a popover over a canvas element, at a certain X,Y position over the canvas.
I have a hover event from the canvas library (visjs-network) which gives me the XY co-ordin…
-
I'm using react with vis-network, latest version.
"react": "16.13.1",
"react-dom": "16.13.1",
After lib update:
"vis-data": "6.5.1",
"vis-network": "7.4.2",
"vis-util":…
-
I got an error debugging https://github.com/visjs/vis-timeline/issues/72 on IE11.
There seams to be a problem in the `selectiveExtend` function.
It looks to me that the babel transform of the res…
-
http://www.vesnam.com/Rblog/viznets5/
https://github.com/cytoscape/r-cytoscape.js
https://stackoverflow.com/questions/23116539/using-cytoscape-js-for-network-visualization-in-shiny
https://stackove…
-
![interview-ui](https://user-images.githubusercontent.com/35661021/75435526-d2197080-595b-11ea-93a2-0fa68a552611.png)
Hi, could you help me?
1. Is it possible to work with time crossings, for …
-
I found issue when adding custom time with 0 value. It will incorrectly set time to `new Date()`.
It is because of this line:
https://github.com/visjs/vis-timeline/blob/master/lib/timeline/compone…
-
I'm trying to use this along with `vis-network` for a project with typescript, but I keep getting the following error:
https://github.com/visjs/vis-data/blob/5ca23acbdb2d27444e76dee74bebd49f43409f6…
-
Hi, I am using the visJS timeline component with nested grouping.
If I supply the groups as a plain array, I get a `DataSet` ([see here](https://github.com/visjs/vis-timeline/blob/master/lib/timeli…