From e62868f52aeef8da7d79f4c707df54d31bb3b6d3 Mon Sep 17 00:00:00 2001 From: italo jose Date: Thu, 9 Apr 2026 11:24:36 -0300 Subject: [PATCH] docs: update breadcrumb comment to remove inaccurate percentage reference --- packages/non-core/bundle-visualizer/sunburst.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/non-core/bundle-visualizer/sunburst.js b/packages/non-core/bundle-visualizer/sunburst.js index baa0341066..6a4b6690fb 100644 --- a/packages/non-core/bundle-visualizer/sunburst.js +++ b/packages/non-core/bundle-visualizer/sunburst.js @@ -304,7 +304,7 @@ export class Sunburst { }); } - // Update the breadcrumb trail to show the current sequence and percentage. + // Update the breadcrumb trail to show the current sequence. updateBreadcrumbs(nodeArray) { // Data join; key function combines name and depth (= position in sequence). const trail = this.elements.trail