mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: Seem in a customer doc where Y-scale was wrong for unclear reasons. The cause is that null-valued X labels cause the corresponding bar (or point) to be omitted, but still affect the Y-scale. In this diff, such labels are replaced with "-", so as to show up normally. Trivial example that reproduces the problem here: https://public.getgrist.com/iLPpx9C5i8nk/Null-in-X-Axis Test Plan: Tested manually. Reviewers: cyprien Reviewed By: cyprien Subscribers: cyprien Differential Revision: https://phab.getgrist.com/D3442 |
||
|---|---|---|
| .. | ||
| aclui | ||
| components | ||
| lib | ||
| models | ||
| ui | ||
| ui2018 | ||
| widgets | ||
| accountMain.ts | ||
| app.css | ||
| app.js | ||
| browserCheck.ts | ||
| declarations.d.ts | ||
| errorMain.ts | ||
| exposeModulesForTests.js | ||
| logo.css | ||
| tsconfig.json | ||