Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow the user to decide how to handle null values in charts #2629

@arikfr

Description

@arikfr

When preparing chart data, we convert null values to zeros:

if (value == null) {
value = 0;
}

This is not always what the user needs. The user should have the option to disable this behavior.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions