Skip to content

Potential GraphVisualizer improvements #159

Description

@RobertObkircher
  • It would be nice to include the source code in the final svg.
    • In Simple-Rust I print digraph "escaped source code" { instead of digraph chapterXY { /* source code */, so it can be seen by hovering over empty space. I haven't checked if this works on touch devices though.
  • findAll should return a list sorted by _nid to make the output independent of javas HashMap.Values iteration order.
  • nodesByCluster mutates the node outputs. This is not a problem, but it might be nicer so sort a copy to keep the visualizer side-effect free.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions