diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 6c60c7d..5b376a2 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -3,8 +3,8 @@ import { useState, useMemo, useRef, useCallback, useEffect } from 'react' import { useTheme } from '@ciphera-net/ui' import { - AreaChart, - Area, + BarChart, + Bar, XAxis, YAxis, CartesianGrid, @@ -567,15 +567,8 @@ export default function Chart({ ) : (
- - - - - - - + } - cursor={{ stroke: 'var(--chart-axis)', strokeOpacity: 0.3, strokeWidth: 1 }} + cursor={false} /> {hasPrev && ( - )} - ) })} - +
)}