tvcharts 0.9.28 → 0.9.29

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.
@@ -110,6 +110,9 @@ function createCoordSysRecord(api, coordSysModel) {
110
110
  // const axis = axisProxy.getAxisModel().axis;
111
111
  api.trigger('loadmore', valueData);
112
112
  }
113
+ if (dzInfo.model.isDragging) {
114
+ dzInfo.model.isDragging = false;
115
+ }
113
116
  });
114
117
  api.trigger('zoomend');
115
118
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "main": "dist/echarts.js",
5
5
  "module": "index.js",
6
6
  "jsdelivr": "dist/echarts.min.js",