diff --git a/aim/web/ui/src/components/ExportPreview/ExportPreview.tsx b/aim/web/ui/src/components/ExportPreview/ExportPreview.tsx index 2f6abaeb29..f2527d9cde 100644 --- a/aim/web/ui/src/components/ExportPreview/ExportPreview.tsx +++ b/aim/web/ui/src/components/ExportPreview/ExportPreview.tsx @@ -51,6 +51,9 @@ function ExportPreview({ if (attributes) { attributes.remove?.(); } + svgElement + .querySelectorAll('.Line.aggregated') + .forEach((e) => e.remove()); return svgElement; }, [],