Commit 3973b21
committed
fix: (1) Fix: fix bar overflow issue on category axis with boundaryGap: false - use the newly added containShape handler. (2) Fix regression: Drop the previous containShape strategy on bar series, use a simple strategy for better compatibility. (3) Fix regression: Fix new added bar clip feature on single data item case. (4) Fix regression: Clarify code.
1 parent 25bb7da commit 3973b21Copy full SHA for 3973b21
26 files changed
+818-321Lines changed: 818 additions & 321 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- chart
- bar
- helper
- component/dataZoom
- coord
- cartesian
- parallel
- polar
- single
- layout
- scale
- test
- build
- lib
- runTest/actions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-28Lines changed: 2 additions & 28 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | 96 | |
124 | 97 | |
125 | 98 | |
| ||
226 | 199 | |
227 | 200 | |
228 | 201 | |
229 | | - |
| 202 | + |
| 203 | + |
230 | 204 | |
231 | 205 | |
232 | 206 | |
|
Collapse file
src/chart/helper/axisSnippets.ts
Copy file name to clipboardExpand all lines: src/chart/helper/axisSnippets.ts+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
32 | 35 | |
33 | 36 | |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
34 | 47 | |
35 | 48 | |
36 | 49 | |
|
Collapse file
src/component/dataZoom/AxisProxy.ts
Copy file name to clipboardExpand all lines: src/component/dataZoom/AxisProxy.ts+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
| 52 | + |
| 53 | + |
52 | 54 | |
53 | 55 | |
54 | 56 | |
| ||
375 | 377 | |
376 | 378 | |
377 | 379 | |
378 | | - |
| 380 | + |
379 | 381 | |
380 | 382 | |
381 | | - |
| 383 | + |
382 | 384 | |
383 | 385 | |
384 | 386 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
278 | 278 | |
279 | 279 | |
280 | 280 | |
281 | | - |
282 | 281 | |
283 | 282 | |
284 | 283 | |
|
Collapse file
src/coord/axisAlignTicks.ts
Copy file name to clipboardExpand all lines: src/coord/axisAlignTicks.ts+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
| 41 | + |
| 42 | + |
41 | 43 | |
42 | 44 | |
43 | 45 | |
|
Collapse file
+18-5Lines changed: 18 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | | - |
129 | 128 | |
130 | | - |
| 129 | + |
| 130 | + |
131 | 131 | |
132 | 132 | |
133 | 133 | |
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | 137 | |
138 | | - |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
139 | 143 | |
140 | 144 | |
141 | | - |
142 | | - |
143 | 145 | |
144 | 146 | |
145 | 147 | |
| ||
185 | 187 | |
186 | 188 | |
187 | 189 | |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
188 | 200 | |
| 201 | + |
189 | 202 | |
190 | 203 | |
191 | 204 | |
|
Collapse file
src/coord/axisCommonTypes.ts
Copy file name to clipboardExpand all lines: src/coord/axisCommonTypes.ts+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
142 | 142 | |
143 | 143 | |
144 | 144 | |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
145 | 150 | |
146 | 151 | |
147 | 152 | |
| ||
155 | 160 | |
156 | 161 | |
157 | 162 | |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | 163 | |
164 | 164 | |
165 | 165 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
374 | 374 | |
375 | 375 | |
376 | 376 | |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
Collapse file
+12-4Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
| ||
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | | - |
| 62 | + |
62 | 63 | |
63 | 64 | |
64 | 65 | |
| ||
183 | 184 | |
184 | 185 | |
185 | 186 | |
| 187 | + |
186 | 188 | |
187 | 189 | |
188 | 190 | |
189 | 191 | |
190 | 192 | |
191 | 193 | |
192 | 194 | |
| 195 | + |
| 196 | + |
193 | 197 | |
194 | 198 | |
195 | 199 | |
| ||
209 | 213 | |
210 | 214 | |
211 | 215 | |
| 216 | + |
| 217 | + |
| 218 | + |
212 | 219 | |
213 | 220 | |
214 | 221 | |
| ||
237 | 244 | |
238 | 245 | |
239 | 246 | |
240 | | - |
| 247 | + |
| 248 | + |
241 | 249 | |
242 | 250 | |
243 | 251 | |
244 | 252 | |
245 | | - |
| 253 | + |
246 | 254 | |
247 | 255 | |
248 | 256 | |
|
Collapse file
src/coord/cartesian/Grid.ts
Copy file name to clipboardExpand all lines: src/coord/cartesian/Grid.ts+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
| 41 | + |
41 | 42 | |
42 | 43 | |
43 | 44 | |
| ||
493 | 494 | |
494 | 495 | |
495 | 496 | |
496 | | - |
497 | | - |
| 497 | + |
498 | 498 | |
499 | 499 | |
500 | 500 | |
|
0 commit comments