timqian / chart.xkcd

xkcd styled chart lib
https://timqian.com/chart.xkcd/
MIT License
7.61k stars 200 forks source link

[new chart]: Histogram #40

Open vsoch opened 4 years ago

vsoch commented 4 years ago

Chart type: histogram

Would it be possible to modify the bar chart to accept bins (start, stop, and count) and then have them touch one another?

Example of how the chart looks in other chart libs

I'm developing a web assembly + golang regression, and plotting residuals with a histogram, and I'd really love to use this library! I couldn't get something correct looking with the standard bar plot.