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

How to add stroke color for area chart #176

Open indhumathys0 opened 3 years ago

indhumathys0 commented 3 years ago

Capture

How to add the border for each section separately in area chart.

mathcodes commented 2 years ago

Looks like you can use the CSS "stroke" prpoerties: stroke, stroke-width, stroke-linecap, stroke-dasharray, etc.

Screen Shot 2022-01-11 at 6 51 34 AM