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.