@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 +1 -1
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.js +1 -1
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.js
CHANGED
@@ -83076,7 +83076,7 @@ function AreaChart(props) {
|
|
83076
83076
|
key: shape.dataKey,
|
83077
83077
|
...shape,
|
83078
83078
|
dot: showDots ? shape.dot : false,
|
83079
|
-
fillOpacity: 0.
|
83079
|
+
fillOpacity: 0.4,
|
83080
83080
|
stackId: stacked ? "stack" : void 0,
|
83081
83081
|
type
|
83082
83082
|
}
|