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

Feature: support bar charts over times scales #4636

Closed
andig opened this issue Aug 9, 2017 · 2 comments
Closed

Feature: support bar charts over times scales #4636

andig opened this issue Aug 9, 2017 · 2 comments

Comments

@andig
Copy link
Contributor

andig commented Aug 9, 2017

Coming from #4498 I'm trying to build a combined line/bar time series chart. Approach is to use category axis for the bars.

#4635, #2892 and the fact that the category axis doesn't support sparse datasets (e.g. bars with missing days) makes this approach complex. Category axes appear to have a very limited use for more complex charts.

Line charts are already possible over category and time scales. Opposed to that, bar charts are only possible over category but not over time scales.

To simplify building a combined line/bar time series chart it would be nice if bar charts were possible over time scales.

@etimberg
Copy link
Member

etimberg commented Aug 9, 2017

Some of the work with the new time options such as http://www.chartjs.org/docs/master/axes/cartesian/time.html#scale-distribution should help. #4545 has improvements as well

@andig
Copy link
Contributor Author

andig commented Aug 9, 2017

Closing right again. For my purpose #4565 and #4545 takes care of it all.

@andig andig closed this as completed Aug 9, 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

2 participants