dtable-statistic 5.0.15 → 5.0.17
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 {
|
package/es/assets/css/dialog.css
CHANGED
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
flex: 1;
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
height: 100%;
|
|
51
|
-
padding: 16px;
|
|
52
51
|
}
|
|
53
52
|
|
|
54
53
|
.statistic-chart-addition-dialog .statistic-modal-body .statistic-chart-render-container .statistic-chart-render {
|
|
@@ -63,6 +62,10 @@
|
|
|
63
62
|
height: 100%;
|
|
64
63
|
}
|
|
65
64
|
|
|
65
|
+
.statistic-chart-addition-dialog .statistic-modal-body .statistic-chart-render-container .statistic-chart-render .sea-chart-editor .sea-chart-formatter {
|
|
66
|
+
background-color: #fff
|
|
67
|
+
}
|
|
68
|
+
|
|
66
69
|
.statistic-chart-addition-dialog .statistic-modal-body .statistic-chart-render-container .statistic-chart-render .sea-chart-settings {
|
|
67
70
|
width: 300px;
|
|
68
71
|
height: 100%;
|
|
@@ -78,6 +81,10 @@
|
|
|
78
81
|
background: #f8f8f8;
|
|
79
82
|
}
|
|
80
83
|
|
|
84
|
+
.statistic-chart-addition-dialog .statistic-modal-body .statistic-chart-render-container .statistic-chart-render .sea-chart-settings .custom-switch {
|
|
85
|
+
padding-left: 0px;
|
|
86
|
+
}
|
|
87
|
+
|
|
81
88
|
.statistic-chart-addition-dialog .statistic-chart-settings {
|
|
82
89
|
height: 100%;
|
|
83
90
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "5.0.17",
|
|
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.
|
|
21
|
+
"sea-chart": "~0.0.63"
|
|
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.
|
|
56
|
+
"dtable-ui-component": "~5.0.11",
|
|
57
57
|
"dtable-utils": "4.4.0",
|
|
58
58
|
"eslint": "^8.3.0",
|
|
59
59
|
"eslint-config-react-app": "^7.0.1",
|