sea-chart 0.0.84-alpha.0 → 0.0.84-alpha.2

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.
@@ -30,6 +30,9 @@
30
30
  text-overflow: ellipsis;
31
31
  white-space: nowrap;
32
32
  text-align: center;
33
+ min-height: 32px;
34
+ max-height: 52px;
35
+ height: 52px;
33
36
  }
34
37
 
35
38
  .sea-chart-pivot-table .column-title,
@@ -156,14 +159,15 @@
156
159
  width: 100%;
157
160
  overflow: hidden;
158
161
  display: flex;
159
- justify-content: center;
160
162
  }
161
163
 
162
164
  .sea-chart-pivot-table .pivot-table-header-summary-columns-container > div,
163
165
  .sea-chart-pivot-table .pivot-cells-container > div {
164
- flex:1;
165
- padding: 10px;
166
-
166
+ height: 100%;
167
+ width: 100%;
168
+ display: flex;
169
+ justify-content: center;
170
+ align-items: center;
167
171
  }
168
172
 
169
173
  .sea-chart-pivot-table .pivot-table-header-summary-columns-container > div:not(:first-child),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.84-alpha.0",
3
+ "version": "0.0.84-alpha.2",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",