Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] Differentiate 0 and no values #14

Open
BRaimbault opened this issue Jun 22, 2016 · 3 comments
Open

[Dev] Differentiate 0 and no values #14

BRaimbault opened this issue Jun 22, 2016 · 3 comments

Comments

@BRaimbault
Copy link
Collaborator

No description provided.

@idrissait
Copy link
Collaborator

Was done, has it been updated on the core?

@BRaimbault
Copy link
Collaborator Author

BRaimbault commented Dec 5, 2016

I think we discussed it but it hasn't been properly addressed.

@heidieh
Copy link
Collaborator

heidieh commented Aug 23, 2017

Currently 0 and null(no entry) are not distinguished from each other. In my understanding:
To resolve this issue properly requires a restructuring of the data records. Currently, each data record contains an entry for cases AND an entry for deaths. So for any given chart, a 'bin' will be created for that record with a 'starting point' of 0 for both Cases and Deaths. So for example, if 5 Cases exist for a given record but Deaths were not recorded, then Deaths will default to a value of 0.
In the current composite line series, an option is set to display 0s but not nulls, however there seems to be a bug with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants