-
Notifications
You must be signed in to change notification settings - Fork 51
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
Component | Graph: Various improvements #531
Conversation
- Add link path length caching to improve rendering performance - Separate link line and label/flow updates - Add updateNodePositions method to allow manual node position updates
- Add `labelTrimLength` and `labelTrimMode` options to `GraphPanelConfig` to allow customizing label trimming - Update `updatePanels` function to use the new label trimming configuration
@rokotyan Do we need to add any docs for these? |
@lee00678 I think this two things need to be added to the doc:
I wanted to do it but couldn't find time to do it yet |
I think it's probably better if we release this with the doc? Or do you want to add the doc later? I don't have bandwidth this week, maybe I can add the doc next week. But we do need to release 1.5.1 this week. |
@lee00678 I would release it without the doc and add it later |
This PR accumulates a number of Graph improvements:
New Features
Core | Graph Data Model
Optimizations
Fixes
Screen.Recording.2025-02-11.at.3.54.30.PM.mp4