Tomina
Tomina
Hi @jczacharia, could you provide some more info (OS, distribution, node, npm; all including versions)? Because this builds and runs just fine on my machine. Also do the examples work?...
I plan to do some changes that would make this doable (without fragile hacks). Namely custom ordering of nodes on the same level and edge crossing reduction. Since the other...
Hi @liosedhel, the most relevant parts are in https://github.com/visjs/vis-network/blob/master/lib/network/modules/LayoutEngine.js, https://github.com/visjs/vis-network/tree/master/lib/network/modules/layout-engine and https://github.com/visjs/vis-network/blob/master/lib/network/modules/components/DirectionStrategy.js. Basically the task is to make sure the x position (or y if it's horizontal) is chosen in...
Hi @mladenbrankovic, I think this is possible and probably not even particularly difficult to implement. Sadly at the moment there's no maintainer who would have time to implement new features....
It should just work with git clone, npm ci and npm build. I tested it and it works. Can you provide more info? Also check if your up to date...
Hi @mkumar180875, at the moment there is no built-in way of taking a screenshot of the whole network, only of the canvas through standard DOM methods. It can be done...
Hi @veredwpsemantix, could you provide an MWE of the issue please? From what you posted this seems like a pretty serious issue in vis-data and should therefore be fixed there....
Hi @tomkey71, that would be incredibly difficult to implement (however, you're free to do so and thank you very much if you actually do, it would be a nice and...
Both the linked libraries seem pretty dead to me (canvas2svg has no commits since 2017, canvas2pdf will be commit free for a year next week).
Hi @cscetbon, I've never used or even heard of Jupyter so I can't really say anything here. However could you say something about the use case for this and what...