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/05/31 12:57:00 UTC

[echarts] 01/01: Merge pull request #15015 from apache/fix/stack-miss-data

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

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 0d4758b79c7961962d9ff968f38558816ed2c95f
Merge: c695011 40b599a
Author: sushuang <su...@gmail.com>
AuthorDate: Mon May 31 20:56:30 2021 +0800

    Merge pull request #15015 from apache/fix/stack-miss-data
    
    Fix: (1) number getPrecisionSafe incorrect on scientific notation like 3.45e-1 (2) stack sum eliminate floating arithmetic problem. (3) Should no dataZoom filtering when `toolbox.feature.dataZoom` not declared.

 package.json                              |   1 +
 src/component/toolbox/feature/DataZoom.ts |   5 +-
 src/processor/dataStack.ts                |   6 +-
 src/scale/Interval.ts                     |   2 +-
 src/scale/Log.ts                          |   3 +-
 src/scale/helper.ts                       |   2 +-
 src/util/model.ts                         |  10 +-
 src/util/number.ts                        |  59 ++--
 test/axis-filter-extent.html              |   1 +
 test/axis-filter-extent2.html             | 158 ++++++++++
 test/ut/spec/util/number.test.ts          | 481 +++++++++++++++++++++++++++++-
 11 files changed, 694 insertions(+), 34 deletions(-)

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