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 2021/05/18 02:35:54 UTC

[echarts] branch master updated (35a15f8 -> e112417)

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

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


    from 35a15f8  Merge pull request #14966 from apache/fix-component-missing-error
     add 50a91c4  fix: make component tooltip.formatter do not inherit the global tooltip.formatter, but has component specific default tooltip.formatter.
     new e112417  Merge pull request #14972 from apache/fix/legend-tooltip-inherit

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/legend/LegendView.ts          |  3 +-
 src/component/tooltip/TooltipView.ts        |  7 ++++-
 test/runTest/actions/__meta__.json          |  2 +-
 test/runTest/actions/tooltip-component.json |  2 +-
 test/tooltip-component.html                 | 44 +++++++++++++++++++++++++++++
 5 files changed, 54 insertions(+), 4 deletions(-)

---------------------------------------------------------------------
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 #14972 from apache/fix/legend-tooltip-inherit

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e11241738df0993ce039057a372665b32388a68c
Merge: 35a15f8 50a91c4
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue May 18 10:35:18 2021 +0800

    Merge pull request #14972 from apache/fix/legend-tooltip-inherit
    
    fix: When component `tooltip.formatter` is not specified, use a specific default formatter, rather than use global `tooltip.formatter` as default. Fix #14939

 src/component/legend/LegendView.ts          |  3 +-
 src/component/tooltip/TooltipView.ts        |  7 ++++-
 test/runTest/actions/__meta__.json          |  2 +-
 test/runTest/actions/tooltip-component.json |  2 +-
 test/tooltip-component.html                 | 44 +++++++++++++++++++++++++++++
 5 files changed, 54 insertions(+), 4 deletions(-)

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