Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network/Graph Visualization Components #391

Open
domoritz opened this issue May 23, 2024 · 1 comment
Open

Network/Graph Visualization Components #391

domoritz opened this issue May 23, 2024 · 1 comment
Labels
projects Project ideas for Mosaic

Comments

@domoritz
Copy link
Member

Add new Mosaic-powered interface components for visualizing network/graph data, for example as node-link diagrams or matrix views. The components should accept selections for filtering nodes and/or edges. One design consideration is how to best support visual encoding definitions for nodes (size, shape, color, …?) and/or edges (color, width, …?). A node-link component might generate Plot specifications to create an initial SVG rendering, then modify those SVG elements to perform layout (e.g., using d3-force). In addition, one might consider data transformations, for example aggregating nodes and edges akin to PivotGraph.

@domoritz domoritz added the projects Project ideas for Mosaic label May 23, 2024
@derekperkins
Copy link

We've been struggling to visualize multi-million page sitemaps, for a domain like Wayfair, where there are too many nodes/edges to display reasonably. Being able to aggregate and explore those on the fly would be awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
projects Project ideas for Mosaic
Projects
None yet
Development

No branches or pull requests

2 participants