Commit 6f79820
authored
fix(playground): Multiple percent-formatted values by 100 before display, thanks @hank-sq (cube-js#10624)
The Playground was displaying format: percent values with a raw %
suffix (e.g. 0.273%) instead of multiplying by 100 first (27.3%).
This contradicts the documented behavior where presentation tools
should apply the multiplication implicitly.
Fixes cube-js#10623
Made-with: Cursor1 parent 251eac1 commit 6f79820
File tree
3 files changed
+6
-2
lines changed- packages/cubejs-playground/src
- QueryBuilderV2
- components
- components/DrilldownModal
3 files changed
+6
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
| 789 | + | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments