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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to