Fixed production issues, fixed render issues, added secret and env variables into dockerfile and gihub actions files, remade dockerfile and github actions
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: "Day", position: "bottom" }}
|
||||
/>
|
||||
<YAxis
|
||||
width="auto"
|
||||
@@ -40,7 +40,7 @@ const LineChartComponent = ({
|
||||
tickLine={false}
|
||||
tickMargin={10}
|
||||
stroke={chart.color("border")}
|
||||
// label={{ value: label, position: "left", angle: -90 }}
|
||||
// label={{ value: label, position: "left", angle: -90 }}
|
||||
/>
|
||||
<Tooltip
|
||||
animationDuration={100}
|
||||
|
||||
Reference in New Issue
Block a user