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 2019/12/01 14:06:09 UTC

[incubator-echarts] branch fix/dim-guess updated (8031987 -> ba3824e)

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

sushuang pushed a change to branch fix/dim-guess
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 8031987  fix: update guess strategy.
     add e7af673  fix#11236 integrate the stack/tile toolbox feature into one toggle button
     add e1bd805  Fix#11236 merging newOption from MagicType to display titles for different stack state
     add 1578a37  Merge pull request #11367 from alex2wong/fix-11236
     add 7806149  fix(toolbox): remove tiled icon #11367
     add 5eefa7b  fix(toolbox): more robust stack switch code.
     add 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
     add ba3824e  Merge branch 'master' into fix/dim-guess

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/component/toolbox/ToolboxView.js              |   5 +
 src/component/toolbox/feature/MagicType.js        |  29 +--
 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 +
 test/{toolbox-tooltip.html => toolbox-stack.html} | 108 ++++++++--
 16 files changed, 444 insertions(+), 76 deletions(-)
 create mode 100644 src/visual/LegendVisualProvider.js
 create mode 100644 test/legend-visualMapColor.html
 create mode 100644 test/runTest/actions/legend-visualMapColor.json
 copy test/{toolbox-tooltip.html => toolbox-stack.html} (55%)


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