vue-vis-network icon indicating copy to clipboard operation
vue-vis-network copied to clipboard

Vue 2 integration with https://github.com/visjs/vis-network/

Results 11 vue-vis-network issues
Sort by recently updated
recently updated
newest added

Has anybody tried to upgrade to Vue 3? I tried and failed. I get argument errors in most function call related to strict mode. If someone is willing to work...

nuxt 2.14.5 "vue-vis-network": "^1.0.2" ``` DevTools failed to load SourceMap: Could not load content for webpack://vueVisNetwork/node_modules/vis-network/dist/vis-network.esm.min.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME ``

on https://github.com/r3code/vue-vis-network/blob/6f03c6aaeb589f670fc787845a78d5c6f72c8525/example/package-lock.json#L11250 due to https://github.com/visjs/vis-network/blob/f75cebf544eccd1ad37588e654ad546cf3228a5f/examples/network/version_migration/5.4.1_to_6.0.0/manipulationEditEdgeNoDrag.html#L54 could you please publish your package to npm at it seems that it always load ``` "dependencies": { "vis-network": "^5.4.1" }, ``` i've tried to...

When I am trying to add vis-network not in main component I am getting error: `Constructor must be called with the new operator` ``` GetData export default { components: {...

bug
help wanted

Hi r3code team. I am fairly new to `VUE` and `JS` in general, and it is very possible that this issue is something that I have done wrong, but it...

good first issue

Not really an issue. Just a question because I am a newbie. Does anyone have experience using with Nuxt.js as SSR? I keep getting "ReferenceError document is not defined". My...

help wanted
question

[Here](https://codepen.io/luiscarbonell/pen/xxGMdMM)'s the example in a CodePen: https://codepen.io/luiscarbonell/pen/xxGMdMM ```html Vue.js & Vis.js * { height: 100%; width: 100%; } Create Node Edit Node Delete Node Vue.component('network', vueVisNetwork.Network); new Vue({ el: '#main',...

bug
help wanted
good first issue

Dist UMD is too heavy because it includes `vis-network` which adds 700kb and if removed the UMD becomes ~30kb. 1) make vis-network a peer dependency. 2) change vis.config to externalize...

enhancement

The two methods listed in the documentation here https://visjs.github.io/vis-network/docs/network/#importing_data are missing and therefore not usable.

enhancement