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

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


    from fface60  Feat: new selectedMode and selectable for item (#15534)
     add 121ac0f  feat(state): add emphasis.disabled
     add 1d7a820  test(states): add interaction for gradient emphasis
     add a652792  Merge pull request #16368 from apache/emphasis-disabled

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarView.ts                         |   4 +-
 src/chart/bar/PictorialBarView.ts                |   6 +-
 src/chart/boxplot/BoxplotView.ts                 |   5 +-
 src/chart/custom/CustomSeries.ts                 |   2 +
 src/chart/custom/CustomView.ts                   |   9 +-
 src/chart/funnel/FunnelView.ts                   |   9 +-
 src/chart/gauge/GaugeView.ts                     |   9 +-
 src/chart/heatmap/HeatmapView.ts                 |  11 ++-
 src/chart/helper/EffectSymbol.ts                 |  13 +--
 src/chart/helper/Line.ts                         |  23 ++++-
 src/chart/helper/LineDraw.ts                     |  20 ++++-
 src/chart/helper/Polyline.ts                     |  19 +++--
 src/chart/helper/Symbol.ts                       |   7 +-
 src/chart/helper/SymbolDraw.ts                   |   2 +
 src/chart/line/LineView.ts                       |  16 ++--
 src/chart/parallel/ParallelView.ts               |   6 +-
 src/chart/pie/PieView.ts                         |   6 +-
 src/chart/radar/RadarView.ts                     |   6 +-
 src/chart/sankey/SankeyView.ts                   |  12 +--
 src/chart/sunburst/SunburstPiece.ts              |   4 +-
 src/chart/themeRiver/ThemeRiverView.ts           |   6 +-
 src/chart/treemap/TreemapView.ts                 |  13 +--
 src/component/helper/MapDraw.ts                  |   6 +-
 src/component/marker/MarkAreaView.ts             |   6 +-
 src/core/echarts.ts                              |   9 +-
 src/legacy/dataSelectAction.ts                   |   2 +-
 src/model/Series.ts                              |   2 +-
 src/util/states.ts                               |  45 +++++++---
 src/util/types.ts                                |   5 ++
 src/view/Chart.ts                                |   4 +-
 test/{dataSelect.html => emphasis-disabled.html} | 102 +++++++++--------------
 test/runTest/actions/__meta__.json               |   3 +-
 test/runTest/actions/emphasis-disabled.json      |   1 +
 test/runTest/actions/line-visual2.json           |   2 +-
 34 files changed, 239 insertions(+), 156 deletions(-)
 copy test/{dataSelect.html => emphasis-disabled.html} (62%)
 create mode 100644 test/runTest/actions/emphasis-disabled.json

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to