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

Series colors #162

Open ghost opened 5 years ago

ghost commented 5 years ago

How can I control the color of the series like the other properties such as stroke width and such? I don't think this is covered in the examples.

For instance, the first series should be red and the second one green.

Thanks