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/13 09:01:37 UTC

[incubator-echarts] branch state updated (c3cc56d -> 480dbb8)

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 c3cc56d  refact(sunburst): forward sunburstHighlight action to general highlight action
     add 480dbb8  refact(states): focusNodeAdjacency changed to focus: 'adjacency' in graph/sankey

No new revisions were added by this update.

Summary of changes:
 src/chart/custom.ts                |   2 +-
 src/chart/graph/GraphSeries.ts     |  10 +-
 src/chart/graph/GraphView.ts       | 145 +++--------------------------
 src/chart/helper/SymbolDraw.ts     |   2 +-
 src/chart/sankey/SankeySeries.ts   |   7 +-
 src/chart/sankey/SankeyView.ts     | 185 ++++---------------------------------
 src/data/Graph.ts                  |  23 +++++
 src/echarts.ts                     |  11 +--
 src/preprocessor/backwardCompat.ts |  17 ++++
 src/util/graphic.ts                |   4 +-
 src/util/states.ts                 |  33 ++++---
 src/util/types.ts                  |   3 +-
 12 files changed, 111 insertions(+), 331 deletions(-)


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