Adjust area fill opacity on line charts

This commit is contained in:
Marshall Polaris 2022-09-29 20:58:12 -07:00
parent 95c47aba1a
commit 3001ed124a

View File

@ -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>