tvcharts 0.7.58 → 0.7.59

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.
package/dist/echarts.js CHANGED
@@ -72197,6 +72197,8 @@ var CursorPointerView2 = class extends Component_default2 {
72197
72197
  render(cursorPointerModel, ecModel, api2) {
72198
72198
  if (!cursorPointerModel.get("show")) {
72199
72199
  this.group.removeAll();
72200
+ api2.getZr().off("mousemove", this.handleMove);
72201
+ api2.getZr().off("globalout", this.handleGlobalOut);
72200
72202
  return;
72201
72203
  }
72202
72204
  const backgroundColor2 = cursorPointerModel.get("backgroundColor");