sea-chart 0.0.92 → 0.0.93

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.
@@ -124,6 +124,7 @@ class View extends React.PureComponent {
124
124
  const {
125
125
  chart
126
126
  } = nextProps;
127
+ context.api = this.props.api;
127
128
  if (shallowEqual(chart, oldChart)) return;
128
129
  this.setState({
129
130
  isCalculated: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",