@redseed/redseed-ui-vue3 8.33.0 → 8.33.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "8.33.0",
3
+ "version": "8.33.1",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -109,7 +109,7 @@ export function baseChartOptions({ type, theme, height, categories, labels, stac
109
109
  options.plotOptions = {
110
110
  bar: {
111
111
  borderRadius: 6,
112
- borderRadiusApplication: stacked ? 'around' : 'end',
112
+ borderRadiusApplication: 'end',
113
113
  columnWidth: '55%',
114
114
  },
115
115
  }