Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.3 KB

File metadata and controls

56 lines (46 loc) · 1.3 KB

Tables

Weight Table

Date Jeffrey (kg) Lucas (kg) Anne (kg)
2021-05-01 60.0 20.1 18.2
2021-05-02 62.1 20.5 18.1
2021-05-03 62.2 20.3 18.3
2021-05-04 62.3 20.4 18.2
2021-05-05 62.2 20.2 18.4
[[2021-05-06]] 62.4 21.0 18.4
2021-05-07 62.6 20.9 18.3
2021-05-08 62.3 20.9 18.2
[[2021-05-09]] 62.2 20.3 18.5
[[2021-05-10]] 62.1 20.8 18.9

Running Records

Date km @ min/km
2021-05-01 5.32 @ 6.32
2021-05-02 5.0 @ 6.30
2021-05-03 5.22 @ 6.12
2021-05-04 5.10 @ 6.10
2021-05-05 5.35 @ 6.05
2021-05-06 5.45 @ 6.05
2021-05-07 5.73 @ 5.05
2021-05-08 6.25 @ 5.55
2021-05-09 6.25 @ 5.45
2021-05-10 6.35 @ 5.75

Tables with Defects

More columns than need, graph still rendered

Date | Weight (kg) | | - | - | - | 2021-05-01 | 60.0 | 20.1 | 2021-05-02 | 62.1 | 20.5 | 2021-05-03 | 62.2 | 20.3 |

The row with wrong date format will be skipped

Date | Weight (kg) | | - | - | - | not a date | 60.0 | 20.1 | 2021-05-02 | 62.1 | 20.5 | 2021-05-03 | 62.2 | 20.3 |

All dates are invalid, leads to an error message

Date | Weight (kg) | | - | - | - | not a date | 60.0 | 20.1 | not a date | 62.1 | 20.5 | not a date | 62.2 | 20.3 |