-
-
Notifications
You must be signed in to change notification settings - Fork 80
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: waterfall view #118
base: main
Are you sure you want to change the base?
feat: waterfall view #118
Conversation
Can we colorize each type, and also provide a hover dialog for each item? It's a bit tricky to understand how it represents right now. The latest commit should contains floating vue and some color utilities |
refactor: waterfall via echarts
yAxis: { | ||
data: categories.value, | ||
} satisfies SingleAxisComponentOption, | ||
series: [ |
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.
group by id or plugin name ?
maybe should add the following period segmentation, otherwise its need to zoom to the millisecond level to see the ‘<1ms’ block |
It seems that we should render the first load and each HMR separately. Otherwise, the time span is too long, which makes everything hard to see. |
indeed, and maybe should added more filters |
Waterfall/timeline view. Feedback welcome.