dtable-statistic 5.0.10-alpha.5 → 5.0.11-alpha.0

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.
@@ -159,6 +159,10 @@
159
159
  padding-right: 15px;
160
160
  }
161
161
 
162
+ .statistic-list .statistic-chart-preview-container .sea-chart-table-formatter-container .sea-chart-one-table-wrapper {
163
+ padding-left: 15px;
164
+ }
165
+
162
166
  .statistic-list .statistic-chart-preview-container .sea-chart-formatter-tip {
163
167
  width: calc(100% - 30px);
164
168
  height: calc(100% - 20px);
@@ -258,6 +262,7 @@
258
262
 
259
263
  .statistic-list .statistic-chart-preview-name {
260
264
  color: var(--common-font-color);
265
+ font-size: 18px;
261
266
  }
262
267
 
263
268
  .statistic-list .statistic-chart-preview-microscope {
@@ -78,6 +78,10 @@
78
78
  background: #f8f8f8;
79
79
  }
80
80
 
81
+ .statistic-chart-addition-dialog .statistic-modal-body .statistic-chart-render-container .statistic-chart-render .sea-chart-settings .custom-switch {
82
+ padding-left: 0px;
83
+ }
84
+
81
85
  .statistic-chart-addition-dialog .statistic-chart-settings {
82
86
  height: 100%;
83
87
  width: 300px;
@@ -88,9 +88,10 @@ class ChartEditDialog extends _react.Component {
88
88
  collaborators: this.value.collaborators,
89
89
  departments: ((_window = window) === null || _window === void 0 ? void 0 : (_window$app = _window.app) === null || _window$app === void 0 ? void 0 : (_window$app$state = _window$app.state) === null || _window$app$state === void 0 ? void 0 : _window$app$state.departments) || [],
90
90
  dataSources: "view",
91
- theme: theme,
91
+ globalTheme: theme,
92
92
  chartColorTheme: colorThemeName,
93
93
  isCalculateByView: true,
94
+ hideTitleStyleSetting: true,
94
95
  integratedEventTypes: _constants.CommonEventTypes,
95
96
  integratedEventBus: eventBus,
96
97
  onChange: this.onSettingChange
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.10-alpha.5",
3
+ "version": "5.0.11-alpha.0",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",
@@ -18,7 +18,7 @@
18
18
  "react-grid-layout": "^1.2.5",
19
19
  "react-intl-universal": "^2.4.8",
20
20
  "reactstrap": "8.9.0",
21
- "sea-chart": "0.0.56-alpha.7"
21
+ "sea-chart": "0.0.58-alpha.2"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "dtable-ui-component": "~5.0.*",
@@ -53,7 +53,7 @@
53
53
  "dotenv": "^10.0.0",
54
54
  "dotenv-expand": "^5.1.0",
55
55
  "dtable-store": "4.3.6",
56
- "dtable-ui-component": "^5.0.7",
56
+ "dtable-ui-component": "^5.0.10",
57
57
  "dtable-utils": "4.4.0",
58
58
  "eslint": "^8.3.0",
59
59
  "eslint-config-react-app": "^7.0.1",