提交 b73a39c8 编写于 作者: L lang

Remove default bar border style

上级 7c76da40
......@@ -66,11 +66,7 @@ define(function(require) {
// },
itemStyle: {
normal: {
// color: '各异',
// 柱条边线
borderColor: '#fff',
// 柱条边线线宽,单位px,默认为1
borderWidth: 0
// color: '各异'
},
emphasis: {}
}
......
......@@ -193,11 +193,10 @@ define(function (require) {
]);
}
symbolPath.setStyle(itemStyle);
// PENDING setColor before setStyle
symbolPath.setColor(color);
symbolPath.setStyle(itemStyle);
var opacity = data.getItemVisual(idx, 'opacity');
if (opacity != null) {
elStyle.opacity = opacity;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册