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

Value breakdowns: Update UI #936

Merged
merged 30 commits into from
Dec 10, 2024

Conversation

gtk-grafana
Copy link
Contributor

@gtk-grafana gtk-grafana commented Dec 3, 2024

Fixes #862

Adds "summary" time series above value breakdowns for visual differentiation of value breakdowns from label breakdowns.

image image

Collapsed:
image

  • Want to look into moving the field/label name selector into the panel header
    image
  • Adding interactions to summary viz
  • ✅ Sync text search
  • ✅ Allow collapse of summary panel
  • ✅ Limit number of series rendered in summary panel
  • Sync series colors
  • ✅ move search to above the summary panel
  • ✅ remove 11.4 dependencies
  • ✅ e2e coverage

@gtk-grafana gtk-grafana self-assigned this Dec 3, 2024
@gtk-grafana gtk-grafana added the enhancement New feature or request label Dec 3, 2024
@gtk-grafana gtk-grafana added this to the 1.0.5 milestone Dec 3, 2024
@gtk-grafana

This comment was marked as outdated.

@gtk-grafana gtk-grafana marked this pull request as ready for review December 5, 2024 19:56
@gtk-grafana gtk-grafana requested a review from a team as a code owner December 5, 2024 19:56
@gtk-grafana gtk-grafana marked this pull request as draft December 5, 2024 20:00
@gtk-grafana gtk-grafana marked this pull request as ready for review December 6, 2024 13:17
export interface ClearFiltersLayoutSceneState extends SceneObjectState {
clearCallback: () => void;
}
export class ClearFiltersLayoutScene extends SceneObjectBase<ClearFiltersLayoutSceneState> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit confused, are you proposing we move this to core?

Copy link
Contributor

@matyax matyax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks and works great! Left a few minor comments around.

Copy link
Contributor

@matyax matyax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☄️

@gtk-grafana gtk-grafana merged commit ce67f8e into main Dec 10, 2024
4 checks passed
@gtk-grafana gtk-grafana deleted the gtk-grafana/issues/862/drilldown-values-ui-updates branch December 10, 2024 14:41
shantanualsi pushed a commit that referenced this pull request Dec 17, 2024
* feat: rearrange menus and add new single "summary" panel above value breakdowns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drill in to label and field values could have a more visual change
2 participants