@quillsql/react 2.14.10 → 2.14.11

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.
@@ -107,7 +107,7 @@ function BarChart({ colors, colorMap, yAxisFields, data, containerStyle, classNa
107
107
  }, xAxisFormat: xAxisFormat, xAxisField: xAxisField, colors: colors, comparison: comparison, dateFilter: dateFilter, hideDot: showLegend }));
108
108
  }, position: { y: 0 } }), sortYAxisFields([...yAxisFields]).map((elem, index) => {
109
109
  return ((0, jsx_runtime_1.jsx)(recharts_1.Bar, { radius: stackedMode && index === yAxisFields.length - 1
110
- ? [3, 3, 0, 0]
110
+ ? [10, 10, 0, 0]
111
111
  : 0, dataKey: elem.field, stackId: stackedMode
112
112
  ? 'same_id'
113
113
  : isStacked
@@ -101,7 +101,7 @@ export default function BarChart({ colors, colorMap, yAxisFields, data, containe
101
101
  }, xAxisFormat: xAxisFormat, xAxisField: xAxisField, colors: colors, comparison: comparison, dateFilter: dateFilter, hideDot: showLegend }));
102
102
  }, position: { y: 0 } }), sortYAxisFields([...yAxisFields]).map((elem, index) => {
103
103
  return (_jsx(Bar, { radius: stackedMode && index === yAxisFields.length - 1
104
- ? [3, 3, 0, 0]
104
+ ? [10, 10, 0, 0]
105
105
  : 0, dataKey: elem.field, stackId: stackedMode
106
106
  ? 'same_id'
107
107
  : isStacked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.14.10",
3
+ "version": "2.14.11",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/esm/index.js",