Skip to content

Commit 9172162

Browse files
committed
fix: wrong markdown checkbox
1 parent 244b48a commit 9172162

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

TODO.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Until github issues
55
## UI
66

77
- [x] Use [chartjs](https://www.chartjs.org/docs/latest/getting-started/installation.html) to draw charts
8-
- [] Fill the area between min_min and min_max, max_min and max_max, use chartjs [filling modes](https://www.chartjs.org/docs/latest/charts/area.html#filling-modes)
8+
- [ ] Fill the area between min_min and min_max, max_min and max_max, use chartjs [filling modes](https://www.chartjs.org/docs/latest/charts/area.html#filling-modes)
99
min_max, max_min `line` data should be hidden (`data.*.datasets.showLine: false`)
10-
- [] Use smooth lines (e.g.: `datasets.*.tension: 0.4`)
10+
- [ ] Use smooth lines (e.g.: `datasets.*.tension: 0.4`)
1111

1212
## Backend
1313

14-
- [] Add "raw_reponses" to all sources, persist raw responses from the origin resources.
15-
- [] Make accessable raw_reponses on HTTP
16-
- [] Start to write tests
17-
- [] Create min_max and max_min `line` dataset
14+
- [ ] Add "raw_reponses" to all sources, persist raw responses from the origin resources.
15+
- [ ] Make accessable raw_reponses on HTTP
16+
- [ ] Start to write tests
17+
- [ ] Create min_max and max_min `line` dataset
1818

1919
## Bug
2020

21-
- [] Find the reason for incorrect min and max values (e.g.: Trier 16-23.09.2022)
21+
- [ ] Find the reason for incorrect min and max values (e.g.: Trier 16-23.09.2022)

0 commit comments

Comments
 (0)