-
Is there any way to mix them both (shapes and icons)? Basically I have managed to use images of fontawesome with circularImage, but gets too slow when using multiple nodes. Is there any way to have …
-
Hello everyone, I have to graphically show the differences between two networks, that is, between two identical networks there may be a very small change such as, for example, the relationship between…
-
Use vis.js for its user-friendly controls (panning, dragging, etc.) which otherwise would be a pain to implement.
- [x] Create switch between list and graph view
- [ ] Add option to settings for phy…
-
When using Angular, importing from vis-network
```typescript
import {
Network,
Node,
Data,
Options,
} from 'vis-network'
```
and it caused this warning:
```text
Warning: ... d…
-
### Bug Description
I am trying out the example specified in https://docs.llamaindex.ai/en/stable/examples/workflow/rag/ page.
Please find my code below
```
from llama_index.core.workflow import E…
-
Hi,
I am having an issue when trying to run jest while using vis-network.
I get the following error:
`Details:
/node_modules/vis-data/peer/index.js:1
({"Object.":function(module,expor…
-
Hello,
I've been using older version of vis.js in a Chrome extension I've written. I wanted to update to the newest version, however it looks like it does not support running in that environment:
…
-
I'm also a TypeScript developer trying to install with NPM:
`npm install vis-network`
when i try to compile it gave errors about vis-data not being found.
So then I installed it:
`npm ins…
-
Appears PhysicsEngine init() is never called.
Versions:
"vis": "^4.21.0-EOL",
"vis-data": "^7.1.6",
"vis-network": "^9.1.6",
"vis-timeline": "^7.7.2"
Usage in a React applicati…
-
Using pyvis 0.3.2
### Steps to reproduce:
```python
# script.py
from pyvis.network import Network
nt = Network(
cdn_resources="local",
)
nt.show('network.html', notebook=False)
```
…