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

Bar chart with start and end for each bar #5436

Closed
RedHatter opened this issue Apr 20, 2018 · 1 comment
Closed

Bar chart with start and end for each bar #5436

RedHatter opened this issue Apr 20, 2018 · 1 comment

Comments

@RedHatter
Copy link

I have a data set where each data point has a start and end value.

[ { start: 20, end: 34 }, { start: 22, end: 39}, { start 17, end: 35} ]

I would like to display this as a horizontal bar graph. Each bar, instead of starting at the same value, would begin at the start value and end at the end value. Is this possible with chart.js?

@etimberg
Copy link
Member

Duplicate of #4863

@etimberg etimberg marked this as a duplicate of #4863 Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants