@economic/taco 2.57.0-charts.11 → 2.57.0-charts.12
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.d.ts +58 -1
- package/dist/taco.js +1 -1
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.cjs
CHANGED
@@ -83118,7 +83118,7 @@ function Area(_) {
|
|
83118
83118
|
AreaChart.Area = Area;
|
83119
83119
|
const BAR_WIDTH = 18;
|
83120
83120
|
function BarChart(props) {
|
83121
|
-
const isHorizontal = props.
|
83121
|
+
const isHorizontal = props.orientation === "horizontal";
|
83122
83122
|
const {
|
83123
83123
|
children,
|
83124
83124
|
className: customClassName,
|