master
Tudor Stanciu 2020-06-05 20:07:50 +03:00
parent 242fd58de7
commit 9efa30a3a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 />