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

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


    from 4d3cb2cc2 Merge pull request #20144 from apache/workflow/pr-preview
     add 1166f2d26 fix(legend): fix legend action is not isolated from other 
legend components (resolves #20128)
     add 7564282ba test(legend): add a test case for legend action
     add cc26ef378 fix(legend): fix legend item is selected but corresponding 
series may not show after dispatching `legendAllSelect` action.
     add c7f672f8e fix(legend): remove unused import
     add 6ce6ba312 fix(legend): remove duplicated type of legend select method 
name
     add 13fe1d903 fix(legend): return allSelectedMap rather than selectedMap
     new 89cfb3645 Merge pull request #20129 from 
apache/fix/legend-action-isolation

The 1 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:
 src/component/legend/LegendView.ts      |   3 +-
 src/component/legend/legendAction.ts    |  96 +++++++++++++---------
 test/legend-action.html                 | 136 ++++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json      |   1 +
 test/runTest/actions/legend-action.json |   1 +
 5 files changed, 199 insertions(+), 38 deletions(-)
 create mode 100644 test/legend-action.html
 create mode 100644 test/runTest/actions/legend-action.json


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

Reply via email to