提交 be5302d4 编写于 作者: L lang

Chord clickable

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