dtable-statistic 5.0.5 → 5.0.6

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.
@@ -153,7 +153,26 @@
153
153
  align-items: center;
154
154
  overflow: hidden;
155
155
  position: relative;
156
- padding: 20px;
156
+ }
157
+
158
+ .statistic-list .statistic-chart-preview-container .sea-chart-table-formatter-container {
159
+ padding-right: 15px;
160
+ }
161
+
162
+ .statistic-list .statistic-chart-preview-container .sea-chart-formatter-tip {
163
+ width: 95%;
164
+ height: 95%;
165
+ margin: 0 auto;
166
+ }
167
+
168
+ .statistic-list .statistic-chart-preview-container .sea-chart-pivot-table {
169
+ table-layout: fixed;
170
+ }
171
+
172
+ .statistic-list .statistic-chart-preview-container .sea-chart-pivot-table td,.sea-chart-pivot-table th {
173
+ padding: 5px;
174
+ min-width: 32px;
175
+ width: auto
157
176
  }
158
177
 
159
178
  .mobile-statistic-panel .statistic-chart-container,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
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.52"
21
+ "sea-chart": "^0.0.53"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "dtable-ui-component": "~5.0.*",