Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
purescript-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 147
    • Issues 147
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • purescript-gargantext
  • Issues
  • #662

Closed
Open
Opened May 02, 2024 by Fabien Maniere@fmaniere
  • Report abuse
  • New issue
Report abuse New issue

[Graph] Links colors

Summary

There is a problem in graph explorer with the management of the links. Link color are not updated after a Louvain or a fitler.

Steps to reproduce

  1. Create a graph, filter the link by confluence to make them disappear (ex. confluence 0.3) and then filter back (ex. confluence 0). Restored links are in white

  2. Create a graph, filter the link by confluence to make them disappear (ex. confluence 0.3) and run the Louvain. Cluster a recomputed, nodes change their color but not links.

What is the current bug behavior?

Wrong color for links

What is the expected correct behavior?

Visible links should be of the color of the source node.

Relevant logs and/or screenshots

image

Possible fixes

Fix the Louvain such that is also recolor the links When restoring a link after filter, either keep the color of the link before filtering or run a louvain to get the correct color. /!\ : put a little delay before launching the louvain (~1s) to avoid multiple launches while sliding down the filter.

Edited Sep 06, 2025 by david Chavalarias
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
Doing
Assign labels
  • View project labels
Reference: gargantext/purescript-gargantext#662