提交 0ebd242a 编写于 作者: J Jason Park

switch colors of selected/notified bar on chart

上级 ec4ae183
......@@ -11,9 +11,9 @@ class ChartTracer extends Tracer {
super(name);
this.color = {
selected: 'rgba(255, 0, 0, 1)',
notified: 'rgba(0, 0, 255, 1)',
default: 'rgba(136, 136, 136, 1)'
selected: 'rgb(0, 0, 255)',
notified: 'rgb(255, 0, 0)',
default: 'rgb(136, 136, 136)'
};
if (this.isNew) initView(this);
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册