@economic/taco 2.57.0-charts.3 → 2.57.0-charts.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/taco.cjs CHANGED
@@ -83094,7 +83094,7 @@ function AreaChart(props) {
83094
83094
  key: shape.dataKey,
83095
83095
  ...shape,
83096
83096
  dot: showDots ? shape.dot : false,
83097
- fillOpacity: 0.5,
83097
+ fillOpacity: 0.4,
83098
83098
  stackId: stacked ? "stack" : void 0,
83099
83099
  type
83100
83100
  }