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/07/20 05:17:36 UTC

[echarts] branch master updated (19834cf -> 1fb0d6f)

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 19834cf  Merge pull request #15381 from apache/fix-radar
     add 95c870b  feat(colorBy): provide option.colorBy #13731
     add d0ab638  Merge branch 'master' into feat-colorBy
     add a89fa16  Merge branch 'master' into feat-colorBy
     add 55290e6  feat: colorBy in all series
     add d07e831  feat: general series using palette on series or data
     add 3934224  feat: colorBy with sunburst
     add 74535c8  WIP(colorBy): treemap colorBy WIP
     add a6a5eea  merge
     add a263fca  Merge branch 'master' into feat-colorBy
     add f0fcf77  merge
     add 02eac81  fix(colorBy): fix custom color using palette
     add 46b45f2  fix(colorBy): make treemap result unchanged
     add abaee6a  fix(colorBy): revert chagnes in sunburst
     add 036bf3c  fix(colorBy): fix tree and sankey
     add 2c80de2  fix(colorBy): support only series and data
     add e7fab2a  merge
     add c861125  style: remove unused comment
     add 4b3db17  fix(colorBy): isColorBySeries method
     add 460f139  Merge branch 'master' into feat-colorBy
     add c6e9915  fix(colorBy): add colorBy in series
     add b9df6eb  style(colorBy): remove empty lines
     new 1fb0d6f  Merge pull request #13788 from apache/feat-colorBy

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/funnel/FunnelSeries.ts                |   3 +-
 src/chart/gauge/GaugeSeries.ts                  |   4 +-
 src/chart/lines/LinesSeries.ts                  |   1 +
 src/chart/pie/PieSeries.ts                      |   4 +-
 src/chart/radar/RadarSeries.ts                  |   3 +-
 src/chart/sunburst/SunburstSeries.ts            |   6 +-
 src/chart/sunburst/sunburstVisual.ts            |  12 +-
 src/chart/themeRiver/ThemeRiverSeries.ts        |   3 +-
 src/chart/treemap/TreemapSeries.ts              |   9 +-
 src/data/Tree.ts                                |  16 ++
 src/model/Series.ts                             |  15 +-
 src/model/globalDefault.ts                      |  13 +-
 src/util/types.ts                               |   8 +
 src/visual/aria.ts                              |  10 +-
 src/visual/style.ts                             |  17 +-
 test/colorBy.html                               | 233 ++++++++++++++++++++++++
 test/{area-smooth.html => treemap-colorBy.html} |  65 +++----
 17 files changed, 345 insertions(+), 77 deletions(-)
 create mode 100644 test/colorBy.html
 copy test/{area-smooth.html => treemap-colorBy.html} (53%)

---------------------------------------------------------------------
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 #13788 from apache/feat-colorBy

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 1fb0d6f1c2d5a6084198bbc2a1b928df66abbaab
Merge: 19834cf b9df6eb
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Jul 20 13:16:59 2021 +0800

    Merge pull request #13788 from apache/feat-colorBy
    
    feat(colorBy): provide option.colorBy #13731

 src/chart/funnel/FunnelSeries.ts         |   3 +-
 src/chart/gauge/GaugeSeries.ts           |   4 +-
 src/chart/lines/LinesSeries.ts           |   1 +
 src/chart/pie/PieSeries.ts               |   4 +-
 src/chart/radar/RadarSeries.ts           |   3 +-
 src/chart/sunburst/SunburstSeries.ts     |   6 +-
 src/chart/sunburst/sunburstVisual.ts     |  12 +-
 src/chart/themeRiver/ThemeRiverSeries.ts |   3 +-
 src/chart/treemap/TreemapSeries.ts       |   9 +-
 src/data/Tree.ts                         |  16 +++
 src/model/Series.ts                      |  15 +-
 src/model/globalDefault.ts               |  13 +-
 src/util/types.ts                        |   8 ++
 src/visual/aria.ts                       |  10 +-
 src/visual/style.ts                      |  17 ++-
 test/colorBy.html                        | 233 +++++++++++++++++++++++++++++++
 test/treemap-colorBy.html                | 100 +++++++++++++
 17 files changed, 411 insertions(+), 46 deletions(-)

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