Commit eeb4c03
[Explore vis] Fix histogram missing bucket (opensearch-project#11298)
fix: histogram x-axis be displayed as category, refactor histogram with custom series so the x-axis can be properly
encoded as number
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
---------
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>1 parent 77294ed commit eeb4c03
11 files changed
Lines changed: 714 additions & 127 deletions
File tree
- changelogs/fragments
- src/plugins/explore/public/components/visualizations
- bar
- histogram
- theme
- utils
- data_transformation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 11 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
212 | 203 | | |
213 | 204 | | |
214 | 205 | | |
| |||
226 | 217 | | |
227 | 218 | | |
228 | 219 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
233 | 224 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 225 | + | |
| 226 | + | |
238 | 227 | | |
239 | 228 | | |
240 | 229 | | |
241 | 230 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 231 | | |
247 | 232 | | |
248 | 233 | | |
| |||
298 | 283 | | |
299 | 284 | | |
300 | 285 | | |
301 | | - | |
302 | 286 | | |
303 | 287 | | |
304 | 288 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| |||
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
424 | | - | |
425 | 423 | | |
426 | 424 | | |
427 | 425 | | |
| |||
787 | 785 | | |
788 | 786 | | |
789 | 787 | | |
790 | | - | |
791 | 788 | | |
792 | 789 | | |
793 | 790 | | |
| |||
930 | 927 | | |
931 | 928 | | |
932 | 929 | | |
933 | | - | |
| 930 | + | |
934 | 931 | | |
935 | 932 | | |
936 | 933 | | |
| |||
0 commit comments