This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit 2b130454b8606deab7bbe6355e73ca061928eb57 Merge: e98ef6f 81d1306 Author: sushuang <sushuang0...@gmail.com> AuthorDate: Fri Aug 14 19:01:02 2020 +0800 Merge pull request #13127 from apache/dataset-trans2 Dataset trans2 src/component/transform/sortTransform.ts | 89 +++--- src/data/List.ts | 2 +- src/data/helper/dataValueHelper.ts | 248 +++++++++++++++++ src/data/helper/parseDataValue.ts | 73 ----- src/data/helper/transform.ts | 2 +- src/util/conditionalExpression.ts | 187 +++++-------- src/util/number.ts | 32 ++- test/data-transform.html | 173 +++++++++--- test/ut/spec/data/completeDimensions.test.js | 4 +- test/ut/spec/data/dataValueHelper.test.js | 394 +++++++++++++++++++++++++++ test/ut/spec/util/number.test.js | 54 ++++ 11 files changed, 978 insertions(+), 280 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org