helix-website icon indicating copy to clipboard operation
helix-website copied to clipboard

More RUM Explorer Visualizations

Open trieloff opened this issue 1 year ago • 3 comments

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

trieloff avatar May 13 '24 20:05 trieloff

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

aem-code-sync[bot] avatar May 13 '24 20:05 aem-code-sync[bot]

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?

langswei avatar May 21 '24 20:05 langswei

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 avatar May 22 '24 08:05 trieloff