提交 f1737439 编写于 作者: S susiwen8

Add default border color

上级 8e1f5811
......@@ -847,7 +847,7 @@ class TooltipView extends ComponentView {
});
const index = distanceArr.indexOf(Math.min(...distanceArr));
return {
color: tooltipDataParams[index]?.color || tooltipDataParams[index]?.borderColor
color: tooltipDataParams[index]?.color || tooltipDataParams[index]?.borderColor || '#fff'
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册