diff --git a/app/charts/shared/brush/index.tsx b/app/charts/shared/brush/index.tsx index 17560a1f0..a3447fb20 100644 --- a/app/charts/shared/brush/index.tsx +++ b/app/charts/shared/brush/index.tsx @@ -32,6 +32,7 @@ import { } from "@/stores/interactive-filters"; import { useTransitionStore } from "@/stores/transition"; import { getTextWidth } from "@/utils/get-text-width"; +import { DISABLE_SCREENSHOT_ATTR } from "@/utils/use-screenshot"; // Brush constants const HANDLE_HEIGHT = 14; @@ -371,6 +372,7 @@ export const BrushTime = () => { return fullData.length ? ( (() => ({ chartContainer: { @@ -70,6 +71,7 @@ export const ChartSvg = ({ children }: { children: ReactNode }) => { > {interactiveFiltersConfig?.calculation.active && ( (undefined); @@ -159,6 +160,7 @@ const Root = ({ showPlayButton }: { showPlayButton: boolean }) => { return (