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 2020/07/17 13:44:53 UTC

[incubator-echarts] branch state updated (73d6d37 -> cc31caa)

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

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


    from 73d6d37  ts: fix types
     add cc31caa  feat(state): add click to select on all series

No new revisions were added by this update.

Summary of changes:
 src/chart/helper/EffectSymbol.ts          |   2 +-
 src/chart/line/LineView.ts                |   2 +-
 src/chart/map/MapSeries.ts                |  19 +--
 src/chart/map/MapView.ts                  |   2 +-
 src/chart/pie/PieSeries.ts                |  25 ----
 src/chart/pie/PieView.ts                  |  44 +------
 src/chart/sunburst/SunburstSeries.ts      |   2 +
 src/chart/tree/TreeView.ts                |   2 +-
 src/component/helper/selectableMixin.ts   | 133 ---------------------
 src/coord/geo/GeoModel.ts                 |   6 +-
 src/echarts.ts                            | 124 ++++++++++++--------
 src/model/Component.ts                    |  26 ++---
 src/model/Series.ts                       |  83 ++++++++++++-
 src/util/states.ts                        | 187 ++++++++++++++++++++++--------
 src/util/types.ts                         |  10 +-
 test/{hoverFocus.html => dataSelect.html} |  26 ++---
 16 files changed, 335 insertions(+), 358 deletions(-)
 delete mode 100644 src/component/helper/selectableMixin.ts
 copy test/{hoverFocus.html => dataSelect.html} (85%)


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