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/07/22 15:24:18 UTC

[echarts] branch dataset-perf updated (0d5886b -> 5bc0c51)

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 0d5886b  refact(data): create data storage after dimensions prepared.
     add 5bc0c51  refact(data): optimize stack on high dimension data

No new revisions were added by this update.

Summary of changes:
 src/chart/helper/createSeriesData.ts | 11 +++-
 src/data/DataStorage.ts              | 60 +++++++++++++++++-----
 src/data/SeriesData.ts               | 97 ++++++++++++++++++++----------------
 src/data/helper/dataStackHelper.ts   |  6 ++-
 src/data/helper/sourceManager.ts     |  4 +-
 src/processor/dataStack.ts           |  6 +--
 test/ut/spec/data/SeriesData.test.ts | 33 +++---------
 7 files changed, 123 insertions(+), 94 deletions(-)

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