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:18 UTC

[echarts] branch master updated (0456847 -> 88d2ad7)

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

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


    from 0456847  fix(tooltip): fix time axis formatter #14470
     add b9c7e9e  feature: [tooltip] (1) Make component tooltip inherit cascade correct: itemOption.tooltip -> componentOption.tooltip -> globalOption.tooltip (previous incorrect cascade: itemOption.tooltip -> globalOption.tooltip (2) Enable trigger component tooltip by chart.dispatchAction({ type: 'showTip', legendIndex: 0, name: 'some' });
     add 91e8e47  fix: [tooltip] add test case for the last commit.
     add 35d9f60  fix: [tooltip] escape series from component finder.
     add 438f403  fix: [tooltip] keep support tooltip on graphic component.
     add 3dea90f  fix: [tooltip] (1) keep support string tooltip on each component item. (2) some tiny refactor.
     new 88d2ad7  Merge pull request #14473 from apache/fix/component-tooltip

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 test/tooltip-component.html


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


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

Posted by su...@apache.org.
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