Alexis Jacomy

Results 74 comments of Alexis Jacomy

> Maybe some option that would automatically map to incremental ids for attribute names, like Gephi would be simpler than giving a map from title to ids in this case....

@Yomguithereal @boogheta I pushed to branch [pr-1278](https://github.com/jacomyal/sigma.js/tree/pr-1278) fixes for every programs. Beware, though, that it breaks custom programs compatibility. This means that it should **not** be merged before we are...

It is now possible, in v3+, with the `itemSizesReference` and `zoomToSizeRatioFunction` settings (example [here](https://github.com/jacomyal/sigma.js/blob/e1bf70052caa31c6820f0aa274517f6947edc106/packages/examples/fit-sizes-to-positions/index.ts#L24-L25)). I'm cleaning the issues that are solved in the `v3` branch, to get more visibility on...

The doc will be shipped with the v3. It is implemented already, and it brings: - A very simple HTML example on how to use sigma without TypeScript or NPM...

Hello everyone, We just released [@sigma/edge-curve](https://www.npmjs.com/package/@sigma/edge-curve), that will become the easier way to address parallel edges display. You can see a live example here: https://www.sigmajs.org/storybook/?path=/story/edge-curve--parallel-edges

I'll close this ticket, since it is old and related to sigma v2. Quick comment, though, for people ending on this ticket anyway: Sigma renders graphs on a canvas, using...

I updated the website, so now the link opens the new [Storybook](https://www.sigmajs.org/storybook/?path=/story/custom-rendering--story) local link, which works. The Codesandbox were breaking too often, I removed all links. Thanks for the report!

Hi @cyclecycle, I see the usecase and I actually have seen multiple times people trying to interact with labels indeed. I think as long as it does not bring too...

Yes, this issue is very legit. It's a bit hard to solve, because of the current split between the mouse captor and the touch captor. I add the "pinned" tag...

I updated the website, so now the link opens the new [Storybook](https://www.sigmajs.org/storybook/?path=/story/custom-rendering--story) local link, which works. The Codesandbox were breaking too often, I removed all links. Thanks for the report!