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

Null data points on categorical axes should be ignored #271

Closed
etpinard opened this issue Feb 22, 2016 · 2 comments · Fixed by #286
Closed

Null data points on categorical axes should be ignored #271

etpinard opened this issue Feb 22, 2016 · 2 comments · Fixed by #286
Assignees

Comments

@etpinard
Copy link
Contributor

See http://codepen.io/etpinard/pen/wMLEoO

At the moment, null data points on numerical axes are ignored whenever connectgaps is set to false. But, axes with type set to category stringify the null values as categories.

@mdtusz
Copy link
Contributor

mdtusz commented Feb 24, 2016

The same behaviour is there when using undefined - should we only be checking for null to leave a category gap, or do we want undefined to be excluded as well?

@etpinard
Copy link
Contributor Author

We should exclude undefined values as well

@mdtusz mdtusz self-assigned this Feb 24, 2016
@mdtusz mdtusz mentioned this issue Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants