diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 21a39f1..d4db745 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -9,6 +9,7 @@ import { formatNumber, formatDuration, formatUpdatedAgo, DatePicker } from '@cip import { Select, DownloadIcon, PlusIcon, XIcon } from '@ciphera-net/ui' import { Checkbox } from '@ciphera-net/ui' import { ArrowUpRight, ArrowDownRight } from '@phosphor-icons/react' +import { motion } from 'framer-motion' import { cn } from '@/lib/utils' const ANNOTATION_COLORS: Record = { @@ -372,7 +373,11 @@ export default function Chart({ })() } {metric === m.key && ( -
+ )} ))}