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