tvcharts 0.5.94 → 0.5.95

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
@@ -25876,6 +25876,7 @@ function prepareSeriesDataSchema(source, opt) {
25876
25876
  });
25877
25877
  resultList.sort((item0, item1) => item0.storeDimIndex - item1.storeDimIndex);
25878
25878
  }
25879
+ console.log("%c [ resultList ]-338", "font-size:13px; background:pink; color:#bf2c9f;", resultList);
25879
25880
  removeDuplication(resultList);
25880
25881
  return new SeriesDataSchema({
25881
25882
  source,