sea-chart 0.0.54 → 0.0.55

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.
@@ -157,7 +157,7 @@ class Trend extends Component {
157
157
  whiteSpace: 'nowrap',
158
158
  marginLeft: '16px'
159
159
  }
160
- }, conjunctions, this.formatData(previous))));
160
+ }, conjunctions, ' ', this.formatData(previous))));
161
161
  return resultContent;
162
162
  };
163
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",