Removed image. Added gradient. Removed unnecessary logic in resolvers. Added line chart label.
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run

This commit is contained in:
2025-12-16 17:11:44 -05:00
parent 0b0039ce01
commit 07aa4ff6b5
3 changed files with 55 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ const LineChartComponent = ({
axisLine={false}
dataKey={chart.key("day")}
stroke={chart.color("border")}
// label={{ value: "Day", position: "bottom" }}
label={{ value: "Date", position: "bottom" }}
/>
<YAxis
width="auto"