You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/03/17 05:27:19 UTC

[echarts] 01/01: Merge pull request #14473 from apache/fix/component-tooltip

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

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 88d2ad7a1bf792bf4e15ed23287654d4e6c75a35
Merge: 0456847 3dea90f
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Mar 17 13:26:40 2021 +0800

    Merge pull request #14473 from apache/fix/component-tooltip
    
    feature: [tooltip] correct component tooltip cascade and support manually trigger component tooltip.

 src/component/axis/AxisBuilder.ts     |  34 +--
 src/component/brush/BrushModel.ts     |   5 +
 src/component/graphic/install.ts      |  16 +-
 src/component/legend/LegendView.ts    |  26 +-
 src/component/toolbox/ToolboxModel.ts |   3 +-
 src/component/toolbox/ToolboxView.ts  |  28 +-
 src/component/tooltip/TooltipView.ts  | 154 +++++++++--
 src/util/graphic.ts                   |  56 +++-
 src/util/innerStore.ts                |  17 +-
 src/util/model.ts                     |  68 +++--
 src/util/types.ts                     |  28 +-
 test/runTest/actions/__meta__.json    |   1 +
 test/tooltip-component.html           | 467 ++++++++++++++++++++++++++++++++++
 13 files changed, 781 insertions(+), 122 deletions(-)


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