Commit abc66ca
authored
[BUGFIX] TimeSeriesChart: migration: handle lineWidth as string (#401)
* [BUGFIX] TimeSeriesChart: migration: handle lineWidth as string
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
* simplify code using switch pattern
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
* fix import
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
* cover case in unit test
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
* remove redundant code
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
---------
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>1 parent dd5c8c6 commit abc66ca
2 files changed
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments