提交 60fcbcb3 编写于 作者: J jsers

fix: Fixed serie color

上级 dfebb86a
......@@ -4,7 +4,7 @@ import { SerieInterface } from '../interface';
export default function normalizeSeries(data: any[]) {
const series = [] as SerieInterface[];
_.each(data, (o, i) => {
_.each(_.sortBy(data, ['counter', 'endpoint']), (o, i) => {
const { endpoint } = o;
const color = getSerieColor(o, i);
const separatorIdx = o.counter.indexOf('/');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册