uber / react-vis

Data Visualization Components
https://uber.github.io/react-vis
MIT License
8.74k stars 835 forks source link

histograms are practically speaking impossible to make #1387

Open turik99 opened 3 years ago

turik99 commented 3 years ago

Right now, building a histogram with React-VIS HorizontalRectSeries feels like completing computer science homework. Please make easier. Why not just build out a Histogram component? Currently building out an implementation which requires that I write a binning algorithm. Unnacceptable.

asherccohen commented 3 years ago

@turik99 Have u figured how to do this?