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

Decide how to handle invalid domains (per chart type) #6

Open
novemberborn opened this issue Aug 22, 2016 · 0 comments
Open

Decide how to handle invalid domains (per chart type) #6

novemberborn opened this issue Aug 22, 2016 · 0 comments

Comments

@novemberborn
Copy link
Contributor

Column charts don't support a minimum domain value that's larger than 0, or a maximum domain value that's less than zero. Other chart types will have similar constraints.

We need to decide how these domain values are handled. Perhaps an error should be raised? Or should the domain be clamped to an allowed value?

Note that the domain can be changed at runtime so raising an error is not necessarily informative.

@dylans dylans modified the milestone: 2017.04 Jan 24, 2017
@dylans dylans modified the milestones: 2017.05, 2017.04 Apr 7, 2017
@dylans dylans modified the milestones: 2017.05, 2017.06 May 30, 2017
@eheasley eheasley modified the milestones: long-grass, 2017.06 Jun 6, 2017
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

4 participants