tvcharts 0.5.49 → 0.5.50

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.
@@ -47429,7 +47429,6 @@
47429
47429
  if (dataZoomModel !== this._dataZoomModel) {
47430
47430
  return;
47431
47431
  }
47432
- console.log('%c [ dataZoomModel reset ]-246', 'font-size:13px; background:pink; color:#bf2c9f;');
47433
47432
  var targetSeries = this.getTargetSeriesModels();
47434
47433
  // Culculate data window and data extent, and record them.
47435
47434
  this._dataExtent = calculateDataExtent(this, this._dimName, targetSeries);