-
We need to know because this is the library we are using to render the network models and 99% of all the graphs xD
Link is here: http://visjs.org/
-
# Overview
Hello, I am trying to npm install react-vis-timeline. But it is not able to resolve dependency.
I tried to npm install it forcefully but it is not installing the latest updates that you …
-
I'm having problems using export/import functions on the 'save and load' demo link
http://visjs.org/examples/network/other/saveAndLoad.html
the result is correct if my node is starting from id …
-
This was posted by someone else at another github location. https://github.com/almende/vis/issues/4266
I have the same issue that I can't seem to use editWithoutDrag and still be able to drag the…
-
Please make sure to **read the following list** before creating a new issue:
* This issue tracker is not supposed to be used for questions on how to use visjs. It is intended to be used for bug rep…
-
The graph2d examples are non functional:
https://visjs.github.io/vis-timeline/examples/graph2d/05_bothAxis.html
-
Please make sure to **read the following list** before creating a new issue:
* This issue tracker is not supposed to be used for questions on how to use visjs. It is intended to be used for bug rep…
-
I can't find a way to make the timeline zoom into a specific level of zoom. I looked over the source code, and I've thought of creating a method like
```
setWindow = (start, end ) => {
timeli…
-
Perviously it was possible to supply HTML elements in a string to the node titles like
```python
G.add_node(1, 1, title="This isNode 1")
```
And the resulting tooltip would render the HTML, but …
-
You can see this in all examples where "editable: true"
https://visjs.github.io/vis-timeline/examples/timeline/editing/itemsAlwaysDraggable.html