When preparing chart data, we convert `null` values to zeros: https://github.com/getredash/redash/blob/4384959760cad9ccd880c3e9004fd730ddeec035/client/app/services/query-result.js#L278-L280 This is not always what the user needs. The user should have the option to disable this behavior.
When preparing chart data, we convert
nullvalues to zeros:redash/client/app/services/query-result.js
Lines 278 to 280 in 4384959
This is not always what the user needs. The user should have the option to disable this behavior.