tvcharts 0.8.85 → 0.8.86

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.
@@ -2370,7 +2370,7 @@ var ECharts = /** @class */function (_super) {
2370
2370
  // If use hover layer
2371
2371
  // updateHoverLayerStatus(ecIns, ecModel);
2372
2372
  // todo 这个数据推送先这样
2373
- ecIns._seriesSelectItem({
2373
+ ecIns._throttledSelectItem({
2374
2374
  messageCenter: ecIns._messageCenter,
2375
2375
  ecModel: ecModel,
2376
2376
  type: 'series'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.8.85",
3
+ "version": "0.8.86",
4
4
  "main": "dist/echarts.js",
5
5
  "module": "index.js",
6
6
  "jsdelivr": "dist/echarts.min.js",