codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 206 forks source link

Bars and Line in the same Graph #137

Closed diversos closed 6 years ago

diversos commented 6 years ago

Is it possible to make a graph with both bars and line? Wouldn't be stacked or grouped bars, just normal ones.

codesuki commented 6 years ago

I had it working in the feature/transitions branch https://github.com/codesuki/react-d3-components/blob/feature/transitions/example/index.html#L358-L403

But had no time to make it work on master, sorry!