@quillsql/react 2.10.10 → 2.10.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.
@@ -876,7 +876,7 @@ function Dashboard({ name, containerStyle, chartContainerStyle = defaultChartCon
876
876
  : void null, children: (0, jsx_runtime_1.jsx)(Chart_1.default, { containerStyle: {
877
877
  display: 'flex',
878
878
  width: '100%',
879
- height: '100%',
879
+ height: '400px',
880
880
  }, chartId: item._id, colors: theme.chartColors?.length
881
881
  ? theme.chartColors
882
882
  : undefined, hideXAxis: hideXAxis, hideYAxis: hideYAxis, hideCartesianGrid: hideCartesianGrid }) }, item.name + '' + index))) }))] }, section + '' + sectionIndex));
@@ -868,7 +868,7 @@ export default function Dashboard({ name, containerStyle, chartContainerStyle =
868
868
  : void null, children: _jsx(Chart, { containerStyle: {
869
869
  display: 'flex',
870
870
  width: '100%',
871
- height: '100%',
871
+ height: '400px',
872
872
  }, chartId: item._id, colors: theme.chartColors?.length
873
873
  ? theme.chartColors
874
874
  : undefined, hideXAxis: hideXAxis, hideYAxis: hideYAxis, hideCartesianGrid: hideCartesianGrid }) }, item.name + '' + index))) }))] }, section + '' + sectionIndex));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.10.10",
3
+ "version": "2.10.11",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/esm/index.js",