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

Is it possible to get area between two lines filled? #134

Closed apefisk closed 6 years ago

apefisk commented 6 years ago

Hi!

I have this linechart with three lines with. I am wondering if there is any way to get the area between two lines colored/filled? In this case I would want the "min" and "max" area to be filled.

image

codesuki commented 6 years ago

While it's definitely possible to do in general... the library, sadly :(, only supports one type [line,area,...] per chart. I think that needs changing.

apefisk commented 6 years ago

Thank you for answering!