cats-charts 0.0.62 → 0.0.63

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.
@@ -2170,6 +2170,7 @@ class BarChart {
2170
2170
  scale: false,
2171
2171
  },
2172
2172
  ...(this.config?.barWidth && { barWidth: this.config?.barWidth }),
2173
+ ...(this.config?.barMaxWidth && { barMaxWidth: this.config?.barMaxWidth }),
2173
2174
  ...s,
2174
2175
  label: {
2175
2176
  show: this.config?.showLabel ?? false,