提交 d0bed326 编写于 作者: J Jason Park

update wiki

上级 68b151db
Subproject commit 0e03611e717a18a2079a0e181bd76f58e39eb68c
Subproject commit 1b8013960685f24aad4adbebce6765d3bf32477c
......@@ -77,8 +77,8 @@ class ChartTracer extends Tracer {
this.chart.config.data.labels[step.s] = step.v.toString();
}
case 'denotify':
case 'deselect':
case 'select':
case 'deselect':
let color = step.type == 'notify' ? this.color.notified : step.type == 'select' ? this.color.selected : this.color.default;
if (step.e !== undefined)
for (var i = step.s; i <= step.e; i++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册