-
We need a combination of a visjs and a GIS map
like https://gojs.net/latest/samples/leaflet.html
-
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 …
-
Following the issue of vis https://github.com/almende/vis/issues/1699, and thanks to the comments of @frboyer and @JimmyCheng, I have created an [Arrow Class](https://github.com/javdome/timeline-arrow…
-
Currently, when I click on an item the delete button is showing.
I would like to replace this delete button with options button and after click on it mini menu pops up near the item.
Any advice …
-
I'd like to be able to focus the graph on specific aspects.
- based on concepts: see what's most related only
- based on edges: filter specific kinds of edges (the implementation knows a few types…
smarr updated
4 years ago
-
I have tried cloning the visjs/vis-network project and building it on my machine. I get an error:
```
fs.js:27
const { Math, Object } = primordials;
^
ReferenceError:…
-
From what I can tell changes were added in the 0.0.17 release to support customTimeMarkers. But I don't think markers where added in the visjs library until after 4.21.0.
@alexcode do you know if …
-
For 'edges' this construction does not set font size. Shorthand '20px arial red' does not work properly neither.
```
font: {
face: 'tahoma',
size: 20,
…
-
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…
-
It seems it broke recently.
var groups = new vis.DataSet();
groups.add({
id: 1,
content: 'My content', // this will not be set, and it will display default0 instead.
To replicate…