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:56:59 UTC

[echarts] branch master updated (c695011 -> 0d4758b)

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

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


    from c695011  Merge pull request #15031 from congjiujiu/fix/tooltip-position-callback-type
     add a46d2e6  fix: (1) number getPrecisionSafe incorrect on scientific notation like 3.45e-1 (2) stack sum eliminate floating arithmetic problem.
     add 214c369  optimize: optimize getPrecision , and use getPrecision instead of getPrecisionSafe.
     add 40b599a  fix: when toolbox declared but dataZoom not declared, should not dataZoom filter performed.
     new 0d4758b  Merge pull request #15015 from apache/fix/stack-miss-data

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:
 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(-)
 create mode 100644 test/axis-filter-extent2.html

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


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

Posted by su...@apache.org.
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