Dmitry

Results 4 comments of Dmitry

I am facing the same problem. This piece of code ``` ``` works exactly like this one ``` ``` The tag's pointer and the text are displayed in the top...

Thank you for the update! And also for the hint about using `zoomToSizeRatioFunction `and `itemSizesReference`, these options made a lot of difference. In general, graphology layouts are a bit weird...

@bmklucznik sorry for the late reply. Here is my sigma settings (React) for image+border nodes. Hope this will help. ```typescript function useGraphSettings() { return useMemo(() => { const NodeBorderCustomProgram =...

@rahst12 I think clustering (grouping nodes with the same relations) is more of a graph manipulation (graphology) task than something that should be handled by graph visualization (sigma). I implemented...