Adjust area fill opacity on line charts
This commit is contained in:
parent
95c47aba1a
commit
3001ed124a
|
@ -111,7 +111,7 @@ export const AreaWithTopStroke = <P,>(props: {
|
||||||
py1={py1}
|
py1={py1}
|
||||||
curve={curve}
|
curve={curve}
|
||||||
fill={color}
|
fill={color}
|
||||||
opacity={0.3}
|
opacity={0.2}
|
||||||
/>
|
/>
|
||||||
<LinePath data={data} px={px} py={py1} curve={curve} stroke={color} />
|
<LinePath data={data} px={px} py={py1} curve={curve} stroke={color} />
|
||||||
</g>
|
</g>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user