This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.
from e98ef6f chore(.d.ts): fix import type not supported in lower ts
version.
add ff906a4 fix: [data-transform] Make the comparison operation accurate
in common edge cases. Support parser 'number'.
add 81d1306 fix: [data-transform] (1) clarity the detail of value
comparison. (2) rename "parse" to "parser".
new 2b13045 Merge pull request #13127 from apache/dataset-trans2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)
create mode 100644 src/data/helper/dataValueHelper.ts
delete mode 100644 src/data/helper/parseDataValue.ts
create mode 100644 test/ut/spec/data/dataValueHelper.test.js
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]