recharts.org icon indicating copy to clipboard operation
recharts.org copied to clipboard

`Area`'s `fillOpacity` is not documented in the `Area` page

Open Fullchee opened this issue 2 years ago • 1 comments

fillOpacity is used in the AreaChart example

https://recharts.org/en-US/api/AreaChart image

but it's not in the Area page

https://recharts.org/en-US/api/Area

Fullchee avatar Apr 27 '22 17:04 Fullchee

hi @Fullchee

fillOpacity is an svg property which recharts passes down to the path element. I'm not sure if it should be a prop that is added to the documentation or not.

@nikolasrieble what do you think of props like this that are SVG props rather than actual recharts props?

ckifer avatar Dec 16 '22 04:12 ckifer