Commit 25d482d5 authored by Fabien Maniere's avatar Fabien Maniere

Merge branch '512-dev-show-screenshot-graph-labels' into 'dev'

[graph] fix updateGraph function so that labels are rendered properly

See merge request !521
parents 170affab b6a1bb5b
Pipeline #7894 passed with stages
in 30 minutes and 1 second
......@@ -216,6 +216,9 @@ drawGraphCpt = here.component "drawGraph" cpt
, edgeWeight: edgeWeight'
, showEdges: showEdges'
}
-- #512 make sure labels are rendered according to forceAtlasState
let renderLabels = SigmaxTypes.forceAtlasLabelState forceAtlasState'
Sigma.setSettings sigma { renderLabels }
-- TODO This is a temporary solution that seems to fix
-- blank page of graph when there are too many edges. It
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment