@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 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.layout === "horizontal";
83121
+ const isHorizontal = props.orientation === "horizontal";
83122
83122
  const {
83123
83123
  children,
83124
83124
  className: customClassName,