mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +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