You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/07/28 07:44:58 UTC

[incubator-echarts] 01/02: Merge branch 'next' of https://github.com/apache/incubator-echarts into more-line-type

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

wangzx pushed a commit to branch more-line-type
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit fc1c95f19c80f20d0500dc12de8b3b137cd63db9
Merge: f970eb2 236e0eb
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Jul 28 11:55:41 2020 +0800

    Merge branch 'next' of https://github.com/apache/incubator-echarts into more-line-type

 build/dev-fast.js                            |  18 +-
 src/ExtensionAPI.ts                          |   6 +
 src/chart/line/LineSeries.ts                 |  11 +-
 src/chart/line/LineView.ts                   |  13 +-
 src/chart/treemap/Breadcrumb.ts              |   3 +-
 src/chart/treemap/TreemapView.ts             |  26 ++-
 src/component/dataZoom/SliderZoomModel.ts    |  42 +++-
 src/component/dataZoom/SliderZoomView.ts     | 278 ++++++++++++++++++++++++---
 src/component/helper/BrushController.ts      |   2 +-
 src/component/timeline/SliderTimelineView.ts |  19 +-
 src/component/timeline/TimelineModel.ts      |   8 +-
 src/component/toolbox/feature/DataZoom.ts    |  16 +-
 src/component/tooltip/TooltipHTMLContent.ts  |   1 +
 src/component/visualMap/ContinuousView.ts    |  13 +-
 src/coord/cartesian/GridModel.ts             |   2 +-
 src/echarts.ts                               |  34 +++-
 src/label/LabelManager.ts                    |   2 +-
 src/util/animation.ts                        |   1 +
 src/util/states.ts                           |   2 +-
 src/util/types.ts                            |   2 +-
 test/dataZoom-rainfall-inside.html           |   7 +-
 test/line-boldWhenHover.html                 |  92 +++++++++
 22 files changed, 502 insertions(+), 96 deletions(-)



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