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/19 03:55:48 UTC

[incubator-echarts] branch state updated (59e4dac -> 120ff08)

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 59e4dac  feat(state): add back support of selected flag in data item object.
     add 120ff08  refact: unify deprecate log. compat pie select action

No new revisions were added by this update.

Summary of changes:
 src/action/createDataSelectAction.ts              | 67 -------------------
 src/action/createLegacyDataSelectAction.ts        | 81 +++++++++++++++++++++++
 src/chart/map.ts                                  | 16 +----
 src/chart/pie.ts                                  | 18 +----
 src/chart/sunburst/sunburstAction.ts              | 13 +++-
 src/echarts.ts                                    | 57 ++++++++--------
 src/model/Series.ts                               | 11 ++-
 src/preprocessor/backwardCompat.ts                | 48 +++++++++-----
 src/preprocessor/helper/compatStyle.ts            | 19 ++----
 test/runTest/actions/update.js => src/util/log.ts | 31 +++++----
 src/util/states.ts                                | 40 ++++++++---
 11 files changed, 223 insertions(+), 178 deletions(-)
 delete mode 100644 src/action/createDataSelectAction.ts
 create mode 100644 src/action/createLegacyDataSelectAction.ts
 copy test/runTest/actions/update.js => src/util/log.ts (56%)


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