提交 be5302d4 编写于 作者: L lang

Chord clickable

上级 4eedc855
......@@ -361,6 +361,7 @@ define(function (require) {
opacity: 1,
color : this.getColor(group.name)
},
clickable: true,
highlightStyle : {
brushType : 'fill'
}
......@@ -500,6 +501,7 @@ define(function (require) {
lineWidth : chordLineStyle.width,
strokeColor : chordLineStyle.color
},
clickable: true,
highlightStyle : {
brushType : 'both',
lineWidth : chordLineStyleEmphsis.width,
......@@ -559,7 +561,7 @@ define(function (require) {
lineCap : 'round',
brushType : 'stroke',
strokeColor : '#666'
}
}
};
scaleShape = new LineShape(scaleShape);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册