-
Notifications
You must be signed in to change notification settings - Fork 241
ui: Flamechart improvements #6087
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
base: main
Are you sure you want to change the base?
Conversation
Introduces useAutoFlameChartQuerySelector to automatically configure query parameters when the flame chart dashboard item is added.
|
✅ Meticulous spotted visual differences in 116 of 336 screens tested, but all differences have already been approved: view differences detected. Meticulous evaluated ~4 hours of user flows against your PR. Last updated for commit 61b2429. This comment will update as new commits are pushed. |
|
interesting .. should we maybe make flamecharts a top-level tab? I find the UX of the visualization selection changing the previous, further up selections quite unexpected |
d25bede to
5b27526
Compare
This allows updating the sumBy value when committing a draft.
c6f28c7 to
8bb6a9b
Compare
5b7c41b to
b18049d
Compare
This pull request introduces an auto-configuration feature for the flame chart, providing users with a one-click way to optimize their view and an explanatory popover when auto-configuration occurs.
Flame chart auto-configuration and popover:
FLAMECHART_AUTO_CONFIG_POPOVER_DISMISSEDto allow users to dismiss the auto-configuration popover and remember their choice.FlameChartAutoConfigPopovercomponent that explains which settings were auto-configured for optimal viewing and allows users to dismiss it.useAutoConfigureFlamecharthook, which updates URL state to set optimal flame chart parameters (time range, sum-by labels, etc.) and signals when auto-configuration occurs.