react-d3-components
react-d3-components copied to clipboard
HorizontalBarChart
Is there a reasonable way to flip the <BarChart /> to be on the horizontal axis instead of a vertical one or would that need to be a new component?
I was thinking about that too recently! I think could be done by flipping the scales or something. I'll have a look and add an option / new component.
+1
+1
@codesuki Do we have any updates on HorizontalBarChart ?
Is there any way to implement the chart attached here ?

Well there is a pull request for that but the code is not ready to be merged into the project. It's not very complicated but I am not sure when I will have time to do it. If you need it soon you could look at the pullrequest https://github.com/codesuki/react-d3-components/pull/30 and use it in your project.