Commit bba15af
fix(gauge): value arc angle computation (#494)
* fix(gauge): value arc angle computation
* default angle arc for value 0 in gauge
* chore(gauge): change the default arc to 0.02
* revert the nub computation on 0 arc angle
* fix: prettier
Co-authored-by: Anand Tiwary <[email protected]>1 parent 8dc4b72 commit bba15af
File tree
2 files changed
+5
-3
lines changed2 files changed
+5
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
111 | | - | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments