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 2019/12/01 13:34:47 UTC

[incubator-echarts] branch master updated (d731677 -> 98280fc)

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/incubator-echarts.git.


    from d731677  Merge pull request #11743 from apache/toolbox-remove-tiled-icon
     add ae4beb5  fix(legend): legend of pie/funnel can pick from visualMap encoded color #10766
     add ba0602d  test(legend): add more test case for legend using visualMap encoded color.
     add db22c3f  fix jsdoc
     add 5276599  fix(legend): update case of legend using visualMap color
     add 98280fc  Merge pull request #11737 from apache/pie-visual-color

No new revisions were added by this update.

Summary of changes:
 src/chart/funnel/FunnelSeries.js                |   8 +-
 src/chart/graph/GraphSeries.js                  |  11 +-
 src/chart/pie/PieSeries.js                      |   7 +-
 src/chart/radar/RadarSeries.js                  |   8 +-
 src/chart/themeRiver/ThemeRiverSeries.js        |   7 +-
 src/component/legend/LegendModel.js             |   6 +-
 src/component/legend/LegendView.js              |  18 +-
 src/model/Series.js                             |   6 +-
 src/visual/LegendVisualProvider.js              |  55 ++++++
 src/visual/dataColor.js                         |  13 --
 test/legend-visualMapColor.html                 | 237 ++++++++++++++++++++++++
 test/runTest/actions/__meta__.json              |   1 +
 test/runTest/actions/legend-visualMapColor.json |   1 +
 13 files changed, 336 insertions(+), 42 deletions(-)
 create mode 100644 src/visual/LegendVisualProvider.js
 create mode 100644 test/legend-visualMapColor.html
 create mode 100644 test/runTest/actions/legend-visualMapColor.json


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