You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/25 08:43:11 UTC

[echarts] branch master updated (da1affb -> 4eeeccc)

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

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


    from da1affb  Merge pull request #13437 from apache/fix/toolbox
     add 10c9f79  fix(linear-gradient): avoid the Infinite value in `linearMap` util, fix #7293, #14534, #14601.
     add 7940f5a  fix(linear-gradient): `NaN` should not be handled.
     add b90f6ec  Merge branch 'master' of https://github.com/apache/echarts into fix-linear-gradient
     add cc0375d  Merge branch 'master' of https://github.com/apache/echarts into fix-linear-gradient
     add cf7c4ef  fix(line): clamp coord for gradient.
     new 4eeeccc  Merge pull request #14602 from apache/fix-linear-gradient

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/chart/line/LineView.ts |   4 +-
 src/util/number.ts         |  39 ++++----
 test/linear-gradient.html  | 229 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 253 insertions(+), 19 deletions(-)
 create mode 100644 test/linear-gradient.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 #14602 from apache/fix-linear-gradient

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4eeeccc2ca2cfed4173b5fb680d97599528a40f9
Merge: da1affb cf7c4ef
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Sun Apr 25 16:42:35 2021 +0800

    Merge pull request #14602 from apache/fix-linear-gradient
    
    fix(linear-gradient): avoid the infinite value in `linearMap` util.

 src/chart/line/LineView.ts |   4 +-
 src/util/number.ts         |  39 ++++----
 test/linear-gradient.html  | 229 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 253 insertions(+), 19 deletions(-)

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