-
Notifications
You must be signed in to change notification settings - Fork 27
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
Consider adding histogram support #22
Comments
I agree. I'd be reluctant to reinvent the wheel, but it seems the wheel hasn't been invented yet: chartjs/Chart.js#3900 There doesn't seem to be Histogram support planned in the short term. I haven't ever coded a histogram chart before, so this sounds like an interesting challenge. Let me think about it. PRs are also welcome, of course. |
Some slow progress seems to be happening on the chartjs side: I'm sorry but I've been too busy to work on this so far; and I don't think I'll be able to any time soon. |
It makes sense to wait for the library to implement support for it. If I have spare time, I may just try to implement something with bars, but not really sure if extending from Chart.js into this app is most sensible thing to do. |
I'm also looking for histogram support for scientific plotting purposes. I'm wonder if someone could post a jsfiddle using some rough workaround approach (bar charts or something) until this feature is supported. |
Here is a jsfiddle that I cobbled together over lunch using a bar chart to make a histogram. |
This is a great tool to be sure, and I think it would be much better if it supported histograms. Often, when you are just trying to get a sense for some data, histogram is the most useful initial visualization.
The text was updated successfully, but these errors were encountered: