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

More RUM Explorer Visualizations #510

Merged
merged 18 commits into from
May 24, 2024
Merged

More RUM Explorer Visualizations #510

merged 18 commits into from
May 24, 2024

Conversation

trieloff
Copy link
Contributor

Adds

  • pie chart (user agent)
  • horizontal bar chart (urls)
  • sankey diagram (checkpoints)

to the list of visualizations

  • feat(rum-explorer): allow drilldown in some facets
  • feat(rum-explorer): add horizontal bar chart as alternative hero visualization
  • feat(rum-explorer): nicer icon for drilldown
  • fix(rum-explorer): keep current drilldown mode
  • refactor(rum-explorer): import external dependencies as ES6 modules
  • feat(rum-explorer): introduce piechart viz for user agents
  • feat(rum-explorer): allow to drill up
  • wip(rum-explorer): sankey diagrams

Copy link

aem-code-sync bot commented May 13, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

@trieloff trieloff changed the title More RUM Explorer Visulalizations WIP More RUM Explorer Visulalizations May 13, 2024
@trieloff trieloff changed the title WIP More RUM Explorer Visulalizations WIP More RUM Explorer Visualizations May 14, 2024
- group lesser known traffic sources and targets
- add facets for all stages (not filterable yet)
@trieloff trieloff changed the title WIP More RUM Explorer Visualizations More RUM Explorer Visualizations May 21, 2024
@langswei
Copy link
Collaborator

langswei commented May 21, 2024

Good stuff. One thing that looks strange to me on the sankey is a bar in the middle of the chart (around the top checkpoint) is larger than the sum of the flows coming from the left. I see what looks like a catch-all "Other" that might be usable so we have a consistent total size of each segment left to right. Thoughts?

@trieloff
Copy link
Contributor Author

That happens when inflows and outflows from a node don't add up exactly. I've seen it on some sites, but not consistently.

@trieloff trieloff merged commit 40fa957 into main May 24, 2024
3 of 4 checks passed
@trieloff trieloff deleted the topurls branch May 24, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants