Open
Bug 1772863
Opened 4 years ago
Updated 3 years ago
plot null values as 0 in Looker graphs
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
NEW
People
(Reporter: mhirose, Assigned: srose)
Details
(Whiteboard: [dataquality])
Update charts to plot null values as 0 so we don't see straight lines across a null value
https://mozilla.cloud.looker.com/dashboards/387?Submission+Date=90+day+ago+for+90+day
Updated•4 years ago
|
Whiteboard: [data-quality]
Updated•4 years ago
|
Assignee: nobody → mwilliams
Comment 1•4 years ago
|
||
Status update: most of the charts are already configured to plot nulls, and additionally are using the Looker feature to fill in missing dates with nulls. For charts using linear scale Y axis this is enough -- we see null values plotted as distinct values. If the chart uses a logarithmic scale, the axis starts at 1 and null is not plotted distinctly, so the line is interpolated between points with values. This is true even if we recalculate the null values as 0 (e.g., using COALESCE) -- Looker interprets/plots them the same.
Updated•4 years ago
|
Assignee: mwilliams → nobody
Updated•3 years ago
|
Assignee: nobody → srose
Priority: -- → P3
Updated•3 years ago
|
Whiteboard: [data-quality] → [dataquality]
You need to log in
before you can comment on or make changes to this bug.
Description
•