Nick Morley
Nick Morley
Hi, thanks for the response. I had tried this, doesn't seem to make any difference. `err.header` is undefined. I'm instantiating like this (using with [sqlite-to-rest](https://github.com/olsonpm/sqlite-to-rest)): ```javascript const corsOptions = {...
Hi @jacomyal, I see what you mean. The custom `labelRenderer` can change the coordinates and size of the label, but `Sigma` does not record them, so we will not know...
Here's a demo of the above suggestion: https://github.com/jacomyal/sigma.js/compare/main...cyclecycle:sigma.js:label-events It kind of works: When running the 'events' example, I am able to trigger `downLabel` and `clickLabel` events correctly some of the...