fix
parent
242fd58de7
commit
9efa30a3a0
|
@ -64,7 +64,7 @@ const SessionsRunningTimeChart = ({ data }) => {
|
|||
>
|
||||
<CartesianGrid strokeDasharray="3 3" />
|
||||
<XAxis dataKey="name" />
|
||||
<YAxis type="number" dataKey="value" name="stature" unit="h" />
|
||||
<YAxis type="number" dataKey="value" unit="h" />
|
||||
<Tooltip content={<CustomTooltip />} />
|
||||
<Legend />
|
||||
|
||||
|
|
Loading…
Reference in New Issue