You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@ Until github issues
5
5
## UI
6
6
7
7
-[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)
9
9
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`)
11
11
12
12
## Backend
13
13
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
18
18
19
19
## Bug
20
20
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