-
Timeline is failing with Content Security Policy enabled for 2 reasons.
1. You are using "use strict" mode in your dist.
2. See this comment in Regenerator dependency:
https://github.com/face…
-
## Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- [X…
-
Hello,
I'm trying to render a series of nodes in "background" of the canvas, in a way that they behave as expected on zoom, scroll, and pan actions, but everything else is "ignored" (selection, edg…
-
When wanting to add nodes or edges to the network, the only documented options I could find were to either
1. Re-create the graph by passing in all existing data + the new node/edge with `setData({.…
-
I asked for free browserstack support for visjs and I got an OK: :+1:
> BrowserStack loves open source and has sponsored thousands of projects. Here is more information about our offering and acti…
-
The layout jumps when dragging in add edge mode.
See https://visjs.github.io/vis-network/examples/network/version_migration/5.4.1_to_6.0.0/manipulationEditEdgeNoDrag.html
To reproduce:
- Click Ed…
-
We have been offered to integrate ads [before](https://github.com/almende/vis/issues/3648).
We should discuss if we want to integrate a banner from www.carbonads.net on our langingpage and maybe even…
-
Hi Working with Manipulation, EditEdgeWithoutDrag like this one
https://visjs.github.io/vis-network/examples/network/other/manipulationEditEdgeNoDrag.html
it seems that there is a difference beetwe…
-
**Do you want to request a *feature* or report a *bug*?**
Seems like bug in parsing .yarnrc file in project folder.
I'm using yarn 1.3.2 on Windows.
**What is the current behavior?**
I cr…
-
The Standalone MIN build goes from 555K down to 483K just by removing the sourceMappingURL's from the JS and CSS.
I don't think these should be part of the Standalone MIN build.