Alexis Jacomy
Alexis Jacomy
Hi @StockerGaming, Normally, there is an additional layer, `sigma-hoverNodes`, that renders only the highlighted and hovered nodes, on top of the hover labels. Weirdly, in your capture, this layer seems...
There is a [documentation page](https://www.sigmajs.org/docs/advanced/coordinate-systems) describing the different coordinate systems used by sigma. The camera's coordinates are in the "viewport" system, while the nodes positions are described in the "graph"...
That would be great :)
I'm closing this ticket and I'll reply in #1319 indeed, about what is the main issue about implementing this.
Hum, that's weird, sigma does support alpha values:  It looks like there is an issue with how the alpha channel is handled though, because the whiter nodes and edges...
Hi @seoanezonjic, So, basically, I want to address this issue with other opacity and z-indexing related issues (#1233 and #1427), by implementing [Order Independent Transparency](https://en.wikipedia.org/wiki/Order-independent_transparency), and joining edges and nodes...
Hi, I'll investigate, thanks for that report.
I created a ticket on the proper CDNjs GitHub repository: https://github.com/cdnjs/packages/issues/1789
Quick update: I finally sent [a PR](https://github.com/cdnjs/packages/pull/1871) about this to the related repo.
Quick update: My PR has been merged, but there is something wrong with CDN.js deployment. I opened [a ticket](https://github.com/cdnjs/cdnjs/issues/14261) on the related repo.