fix segment timeline bar chart (#12782)

This commit is contained in:
Yuanli Han 2022-07-15 07:58:24 +08:00 committed by GitHub
parent 14e5b8325c
commit 82315779ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ ORDER BY "start" DESC`;
y,
datasource,
color: SegmentTimeline.getColor(i),
dailySize: d.total,
};
});
if (!dataResult.every((d: any) => d.y === 0)) {