提交 8041cde9 编写于 作者: J Julie Pagano

fix(tooltip): remove triggerEmphasis from involveSeries

上级 036c610a
......@@ -198,7 +198,7 @@ function collectAxesInfo(result: CollectionResult, ecModel: GlobalModel, api: Ex
const snap = axisPointerModel.get('snap');
const triggerEmphasis = axisPointerModel.get('triggerEmphasis');
const axisKey = makeKey(axis.model);
const involveSeries = triggerTooltip || triggerEmphasis || snap || axis.type === 'category';
const involveSeries = triggerTooltip || snap || axis.type === 'category';
// If result.axesInfo[key] exist, override it (tooltip has higher priority).
const axisInfo: AxisInfo = result.axesInfo[axisKey] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册