You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/08/04 07:43:54 UTC

[echarts] branch dataset-perf updated (7819423 -> 8e6bd68)

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch dataset-perf
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 7819423  Merge branch 'master' into dataset-perf
     add 8e6bd68  refact(data): fix wrong index when only using part of the dimensions in SeriesData

No new revisions were added by this update.

Summary of changes:
 src/chart/helper/labelHelper.ts             |  6 ++---
 src/component/tooltip/TooltipHTMLContent.ts |  2 +-
 src/component/visualMap/VisualMapModel.ts   | 14 +++++-------
 src/component/visualMap/visualEncoding.ts   |  6 ++---
 src/data/DataStorage.ts                     | 18 +++++++++------
 src/data/SeriesData.ts                      | 35 +++++++++++++++++++++--------
 src/data/SeriesDimensionDefine.ts           |  7 ------
 src/data/helper/dataProvider.ts             | 10 ++-------
 src/data/helper/dimensionHelper.ts          |  5 +++--
 src/model/Series.ts                         |  1 -
 src/model/mixin/dataFormat.ts               |  8 +++----
 src/util/types.ts                           |  2 +-
 test/dataset-case.html                      | 10 ++++++++-
 13 files changed, 68 insertions(+), 56 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org