Drop fill opacity for lighter colors
This commit is contained in:
@@ -131,7 +131,6 @@ export const CostOverviewByProductChart = ({
|
||||
<Area
|
||||
dataKey={product}
|
||||
stackId="1"
|
||||
fillOpacity="1"
|
||||
stroke={theme.palette.dataViz[sortedProducts.length - i]}
|
||||
fill={theme.palette.dataViz[sortedProducts.length - i]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user