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
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user