@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.
- package/dist/cjs/Dashboard.js +1 -1
- package/dist/esm/Dashboard.js +1 -1
- package/package.json +1 -1
package/dist/cjs/Dashboard.js
CHANGED
|
@@ -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: '
|
|
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));
|
package/dist/esm/Dashboard.js
CHANGED
|
@@ -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: '
|
|
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));
|