You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2019/06/27 06:21:26 UTC

[incubator-echarts] branch master updated (aa18fa0 -> 1dfa4a6)

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

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


    from aa18fa0  Add dimensionNames and encode info to formatter callback params. Fix #10248  Close #10250
     new 5fb263f  feat(legend): add selector in plain legend
     new e4af3ab  feat(legend): add selector in scroll legend
     new 93c3e62  test(selector): add legend selector example
     new bbef91a  fix(legendSelector): fix legend Selector with CR comment
     new 8e83c48  Move the defaultSelectorOption into global namespace rather than in the function
     new 434e2b1  fix(selector): modify the parameter in legend default option and the time selectorgroup be created
     new 3954da0  fix(selector): modify selector position computation in scrollable legend
     new 9f98334  fix(selector): modify the style of the selector button
     new 3a72ce5  fix(legendView): remove function isArray(), which is not used
     new 1dfa4a6  Merge pull request #10716 from deqingli/master

The 5266 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:
 build/rollup-plugin-ec-lang.js                |   2 +-
 src/chart/gauge/GaugeView.js                  |   2 +-
 src/component/legend/LegendModel.js           |  92 ++++++++++++++++++++
 src/component/legend/LegendView.js            | 119 ++++++++++++++++++++++++--
 src/component/legend/ScrollableLegendModel.js |   6 --
 src/component/legend/ScrollableLegendView.js  |  67 ++++++++++++---
 src/component/legend/legendAction.js          |  25 +++++-
 src/echarts.js                                |   2 +-
 src/lang.js                                   |   6 ++
 src/langEN.js                                 |   6 ++
 src/model/Global.js                           |   4 +-
 src/util/graphic.js                           |  17 ++--
 test/legend.html                              |  21 ++++-
 13 files changed, 328 insertions(+), 41 deletions(-)


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