-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
feat(perf): Add histogram widget for perf landing #29479
Conversation
This adds the histogram widget to performance landing. It splits up the existing histogram chart for the landing page into the query portion and chart portion, and exports the chart with some extra options for the widget. Other: - Added the minichart row for the frontend pageload view.
size-limit report
|
}; | ||
}, [props.eventView, props.fields, props.organization.slug]); | ||
|
||
const onFilterChange = () => {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentionally not implemented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, yes.
'LCP Distribution' | ||
); | ||
|
||
// Add histogram mock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a TODO for later? Can we make that explicit? This just looks like a regular comment at a glance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, forgot the todo, thx.
'FCP Distribution' | ||
); | ||
|
||
// Add histogram mock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Summary
This adds the histogram widget to performance landing. It splits up the existing histogram chart for the landing page into the query portion and chart portion, and exports the chart with some extra options for the widget.
Other: