msagljs
msagljs copied to clipboard
A JavaScript graph layout engine: port of MSAGL
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Before node move ( splines ):  After a node move (straight lines) : 
The quality of the splines/lines when using the webgl rendering is very poor compared to the svg renderen. WebGL:  SVG:  Seems anti-aliassing is missing. Using Edge on Windows.
Not a bug/issue, but it might be useful info for others trying to get up & running with msagl.js usign VSCode on Windows. Maybe it's useful for an FAQ entry....
How can i set the color and other atributes of Nodes and Edges (I'm trying to use msagl directly from html/javascript) and is there a list of implemented attributes?
I want to use this library in my React.js app and would like to render my own React components as edges. Even custom HTML or SVG could work. Or If...
The docs are quite sparse so not sure if this is bug or just something that is not finished yet or maybe I am doing something wrong with the configuration....
I found node related events https://github.com/microsoft/msagljs/blob/94939059600a5497a2e5711aa9141b1d94308878/modules/renderer-webgl/src/renderer.ts#L283-L297 certainly need to emit some mouse events here