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/14 04:58:46 UTC

[incubator-echarts] branch state updated (18cfbf7 -> c34fb61)

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 18cfbf7  feat(sankey): support 'gradient' color in sankey edge.
     add c34fb61  feat(state): more state for labels.

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarView.ts                 |   6 +-
 src/chart/bar/PictorialBarView.ts        |   7 +-
 src/chart/custom.ts                      |   4 +-
 src/chart/funnel/FunnelView.ts           |  24 ++---
 src/chart/heatmap/HeatmapView.ts         |  10 +-
 src/chart/helper/Line.ts                 | 107 +++++--------------
 src/chart/helper/LineDraw.ts             |  15 ++-
 src/chart/helper/Symbol.ts               |  17 +--
 src/chart/helper/SymbolDraw.ts           |  15 +--
 src/chart/map/MapView.ts                 |   5 +-
 src/chart/pie/PieView.ts                 |  20 ++--
 src/chart/radar/RadarView.ts             |   6 +-
 src/chart/sankey/SankeyView.ts           |   6 +-
 src/chart/sunburst/SunburstPiece.ts      |   7 +-
 src/chart/themeRiver/ThemeRiverSeries.ts |   1 -
 src/chart/themeRiver/ThemeRiverView.ts   |  49 ++++-----
 src/chart/tree/TreeView.ts               |  16 +--
 src/chart/treemap/TreemapView.ts         |  16 +--
 src/component/helper/MapDraw.ts          |  32 +++---
 src/label/LabelManager.ts                |   8 +-
 src/label/labelGuideHelper.ts            |  32 ++++--
 src/label/labelStyle.ts                  | 175 ++++++++++++++++++++-----------
 src/model/Model.ts                       |   2 +-
 src/util/states.ts                       |   3 +
 src/util/types.ts                        |   1 -
 test/sankey.html                         |   6 +-
 26 files changed, 289 insertions(+), 301 deletions(-)


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