diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 5b376a2..ec0b805 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -494,7 +494,7 @@ export default function Chart({ Current - + Previous{prevPeriodLabel ? ` (${prevPeriodLabel})` : ''} @@ -555,40 +555,31 @@ export default function Chart({ {!hasData ? ( -
+

No data for this period

) : !hasAnyNonZero ? ( -
+

No {metricLabel.toLowerCase()} recorded

) : ( -
- - - +
+ + + { @@ -607,28 +598,19 @@ export default function Chart({ prevPeriodLabel={prevPeriodLabel} /> } - cursor={false} /> {hasPrev && ( )} {annotationMarkers.map((marker) => {