mirror of https://github.com/apache/druid.git
fix segment timeline bar chart (#12782)
This commit is contained in:
parent
14e5b8325c
commit
82315779ff
|
@ -226,6 +226,7 @@ ORDER BY "start" DESC`;
|
||||||
y,
|
y,
|
||||||
datasource,
|
datasource,
|
||||||
color: SegmentTimeline.getColor(i),
|
color: SegmentTimeline.getColor(i),
|
||||||
|
dailySize: d.total,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
if (!dataResult.every((d: any) => d.y === 0)) {
|
if (!dataResult.every((d: any) => d.y === 0)) {
|
||||||
|
|
Loading…
Reference in New Issue