Recharts: Opacity is always applied over area's fill color

Created on 12 Sep 2017  路  1Comment  路  Source: recharts/recharts

Feature request

Would be nice if we can fill area without any opacity applied.

What is the current behavior?

Even when fill color specified without an alpha channel, some opacity is still applied.

Demo

http://jsfiddle.net/liubko/2zy0c1y0/2/
screen shot 2017-09-12 at 8 16 54 pm

What is the expected behavior?

I would like to be able to fill Area with color which has no alpha.

versions

[email protected]

Most helpful comment

<Area fillOpacity="1" ... /> does the trick

>All comments

<Area fillOpacity="1" ... /> does the trick

Was this page helpful?
0 / 5 - 0 ratings

Related issues

patrick-lewandowski picture patrick-lewandowski  路  3Comments

jshamley picture jshamley  路  3Comments

p2227 picture p2227  路  3Comments

chin-idean picture chin-idean  路  3Comments

abhayjeetgupta picture abhayjeetgupta  路  3Comments