fix: increase radar fill opacity to cover grid lines
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ScrollDepth({ goalCounts, totalPageviews }: ScrollDepthP
|
||||
dataKey="value"
|
||||
stroke="#FD5E0F"
|
||||
fill="#FD5E0F"
|
||||
fillOpacity={0.25}
|
||||
fillOpacity={0.6}
|
||||
dot={{ r: 4, fill: '#FD5E0F', fillOpacity: 1, strokeWidth: 0 }}
|
||||
/>
|
||||
</RadarChart>
|
||||
|
||||
Reference in New Issue
Block a user