sea-chart 0.0.63 → 0.0.64

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.
@@ -128,7 +128,8 @@ class Trend extends Component {
128
128
  }
129
129
  }, /*#__PURE__*/React.createElement("span", {
130
130
  style: {
131
- whiteSpace: 'nowrap'
131
+ whiteSpace: 'nowrap',
132
+ marginRight: '16px'
132
133
  }
133
134
  }, !result ? '' : /*#__PURE__*/React.createElement("i", {
134
135
  style: {
@@ -154,8 +155,7 @@ class Trend extends Component {
154
155
  style: {
155
156
  color: labelFontColor,
156
157
  fontWeight: labelFontWeight,
157
- whiteSpace: 'nowrap',
158
- marginLeft: '16px'
158
+ whiteSpace: 'nowrap'
159
159
  }
160
160
  }, conjunctions, ' ', this.formatData(previous))));
161
161
  return resultContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",
@@ -24,7 +24,7 @@
24
24
  "peerDependencies": {
25
25
  "@antv/scale": "0.3.14",
26
26
  "dtable-ui-component": "~5.0.11",
27
- "dtable-utils": "~4.4.*",
27
+ "dtable-utils": "~5.0.*",
28
28
  "prop-types": "15.8.1",
29
29
  "react": "^17.0.0",
30
30
  "react-dom": "^17.0.0"