提交 37a95e47 编写于 作者: L lang

tweak

上级 d4d9b16f
......@@ -39,7 +39,9 @@ define(function (require) {
.update(function (newIdx, oldIdx) {
var symbolEl = oldData.getItemGraphicEl(oldIdx);
// Empty data
if (!data.hasValue(newIdx) || (isIgnore && isIgnore(newIdx))) {
if (!data.hasValue(newIdx) || (isIgnore && isIgnore(newIdx))
|| data.getItemVisual(newIdx, 'symbol') === 'none'
) {
group.remove(symbolEl);
return;
}
......
......@@ -23,8 +23,8 @@ define(function (require) {
onZero: true,
// 属性lineStyle控制线条样式
lineStyle: {
color: '#48b',
width: 2,
color: '#000',
width: 1,
type: 'solid'
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册