You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/08/22 12:56:14 UTC

[echarts] branch dataset-perf updated (dd48619 -> c0bb629)

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

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


    from dd48619  fix: rename shorter.
     add f26ccae  fix: rename DataStorage -> dataStore and some other renames.
     add 136a97c  fix: fix some issues brought by refactor.
     add afafc7b  fix: other rename of data storage -> data store
     add ea7b2ec  fix: fix and add test cases.
     add 75dc3ab  fix: add test case.
     add 4d1b252  fix: fix issue brought by previous refactor.
     add c0bb629  fix: tweak test case.

No new revisions were added by this update.

Summary of changes:
 src/chart/candlestick/candlestickLayout.ts  |  34 +--
 src/chart/custom/CustomView.ts              |   4 +-
 src/chart/helper/createGraphFromNodeEdge.ts |   4 +-
 src/chart/helper/createSeriesData.ts        |  14 +-
 src/chart/helper/createSeriesDataSimply.ts  |   8 +-
 src/chart/radar/RadarView.ts                |   2 +-
 src/chart/sankey/SankeySeries.ts            |   3 -
 src/chart/themeRiver/ThemeRiverSeries.ts    |   4 +-
 src/chart/tree/TreeSeries.ts                |   2 -
 src/component/dataZoom/AxisProxy.ts         |   4 +-
 src/component/visualMap/ContinuousView.ts   |   2 +-
 src/data/{DataStorage.ts => DataStore.ts}   | 108 +++++----
 src/data/Graph.ts                           |   2 +-
 src/data/SeriesData.ts                      |  65 ++---
 src/data/SeriesDimensionDefine.ts           |   8 +-
 src/data/Tree.ts                            |   6 +-
 src/data/helper/SeriesDataSchema.ts         |  42 ++--
 src/data/helper/createDimensions.ts         |  16 +-
 src/data/helper/dataProvider.ts             |  83 ++++---
 src/data/helper/dataStackHelper.ts          |  26 +-
 src/data/helper/dimensionHelper.ts          |  10 +-
 src/data/helper/sourceManager.ts            |  38 +--
 src/layout/barGrid.ts                       |  20 +-
 src/layout/points.ts                        |   2 +-
 src/util/types.ts                           |   7 +-
 src/visual/aria.ts                          |   2 +-
 src/visual/visualSolution.ts                |   4 +-
 test/bar-stack.html                         | 358 ++++++++++++++++++++++------
 test/dataset-case.html                      |  38 +--
 test/lib/reset.css                          |   1 +
 test/runTest/actions/__meta__.json          |   2 +-
 test/runTest/actions/bar-stack.json         |   2 +-
 test/sankey.html                            |  90 +++++--
 test/ut/spec/data/SeriesData.test.ts        |  26 +-
 34 files changed, 665 insertions(+), 372 deletions(-)
 rename src/data/{DataStorage.ts => DataStore.ts} (94%)

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