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/10/10 06:54:43 UTC

[incubator-echarts] branch fix/tooltip updated (1107ec9 -> f038591)

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

wangzx pushed a change to branch fix/tooltip
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 1107ec9  fix(tooltip): disable transition after a long-time hide.
     add 579b537  feat(tooltip): allow adding class to tooltip DOM.
     add 61c07bb  chore(tooltip): migrate changes in PR apache#12834 to next branch.
     add 25ceb56  Merge pull request #13383 from plainheart/feat/tooltip-class
     add 638d335  refact: change cornerRadius to itemStyle.borderRadius in #13390 #13378
     add 9cfbf0b  fix(pie): fix null access bug.
     add 75d2d92  style: fix some linting warns.
     add e8434d3  [12979] fix the bug of overriding title when click the stack button
     add c39d062  fix(toolbox) add visual test action file for the solution
     add c5ab241  Merge pull request #13372 from pingf/fix-12979
     add f20c30e  Merge branch 'next' of https://github.com/apache/incubator-echarts into fix/tooltip
     add f038591  fix(tooltip): also set `visibility` to `hidden` to prevent from responding to DOM events.

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarView.ts                           |  6 +-
 src/chart/helper/Line.ts                           |  2 +-
 src/{util/vendor.ts => chart/helper/pieHelper.ts}  | 30 ++++---
 src/chart/parallel/ParallelView.ts                 |  2 +-
 src/chart/pie/PieSeries.ts                         | 25 +++---
 src/chart/pie/PieView.ts                           | 17 +++-
 src/chart/pie/pieLayout.ts                         | 14 +---
 src/chart/sankey/SankeyView.ts                     |  2 +-
 src/chart/sunburst/SunburstPiece.ts                | 14 +++-
 src/chart/sunburst/SunburstSeries.ts               | 27 +++---
 src/chart/sunburst/sunburstLayout.ts               | 14 +---
 src/chart/treemap/treemapVisual.ts                 |  2 +-
 src/component/timeline/SliderTimelineView.ts       |  2 +-
 src/component/toolbox/feature/MagicType.ts         | 20 +++--
 src/component/tooltip/TooltipHTMLContent.ts        | 42 ++++++++--
 src/component/tooltip/TooltipModel.ts              |  8 +-
 src/component/tooltip/TooltipRichContent.ts        | 37 ++++++++-
 src/component/tooltip/TooltipView.ts               |  7 +-
 src/option.ts                                      |  2 -
 src/util/model.ts                                  |  2 -
 src/util/states.ts                                 |  6 +-
 src/util/types.ts                                  |  1 +
 test/pie-cornerRadius.html                         | 97 ++++++++++++++++------
 test/runTest/actions/toolbox-stack-custom.json     |  1 +
 test/sunburst-drink.html                           |  8 ++
 ...oolbox-stack.html => toolbox-stack-custom.html} | 24 +++++-
 test/tooltip-windowResize.html                     | 44 ++++++++--
 27 files changed, 317 insertions(+), 139 deletions(-)
 copy src/{util/vendor.ts => chart/helper/pieHelper.ts} (56%)
 create mode 100644 test/runTest/actions/toolbox-stack-custom.json
 copy test/{toolbox-stack.html => toolbox-stack-custom.html} (85%)


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