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

Need to have the ability to add error bars to the bar chart #20

Closed
sanjaypojo opened this issue Feb 8, 2018 · 0 comments
Closed

Need to have the ability to add error bars to the bar chart #20

sanjaypojo opened this issue Feb 8, 2018 · 0 comments

Comments

@sanjaypojo
Copy link
Member

We need to add errorBarMinKey which defaults to errMin and errorBarMaxKey which defaults to errMax as props so that users can pass errors in each row of their data. We can also do a PropType check where we check that row[errorBarMinKey] < row[weightKey] < row[errorBarMaxKey], because we'd get strange error bars otherwise.

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

2 participants