-
Notifications
You must be signed in to change notification settings - Fork 63
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
moar examples #1
Comments
Was planning on using a stacked bar chart for an upcoming project. Would love to learn more about this package and contribute it as an example! Great work! |
stacking is such a poor visualization paradigm, i wish it was used less :( i've explicitly decided against supporting it in uPlot because [1] and made a glaringly terrible example here [2]. same goes for line smoothing [3]. [1] https://everydayanalytics.ca/2014/08/stacked-area-graphs-are-not-your-friend.html |
@Rich-Harris Gotcha. Sorry I should have been more specific, I was thinking of creating a similar chart as the stacked-to-group chart you listed (https://observablehq.com/@d3/stacked-to-grouped-bars). Still an example you'd be interested in? |
Yes, definitely! |
Michael has made that chart (two actually) and I've cleaned it up and merged into my own fork. I'd love to help you with PRs and stuff so better read here: #10 |
• http://skedasis.com/d3/slopegraph/
• https://observablehq.com/@d3/sankey-diagram
• https://observablehq.com/@d3/zoomable-area-chart
• https://observablehq.com/@d3/brushable-scatterplot-matrix
• https://observablehq.com/@d3/box-plot
• https://observablehq.com/@d3/stacked-to-grouped-bars
• https://github.com/d3/d3/wiki/Gallery
The text was updated successfully, but these errors were encountered: