tvcharts 0.5.68 → 0.5.69

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.
@@ -225,6 +225,9 @@ var GraphicComponentView = /** @class */function (_super) {
225
225
  that._replaceElementLabels(graphicModel, elLabelOption);
226
226
  }
227
227
  } else if ($action === 'remove') {
228
+ if (!elExisting) {
229
+ return;
230
+ }
228
231
  updateLeaveTo(elExisting, elOption);
229
232
  removeEl(elExisting, elOption, elMap, graphicModel);
230
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.5.68",
3
+ "version": "0.5.69",
4
4
  "description": "基于echarts5.5.0二次开发",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [