feat: cluster_count on dashboard
This commit is contained in:
@@ -154,7 +154,10 @@ const LineChart: React.FC<ChartProps> = (props) => {
|
||||
return (
|
||||
<>
|
||||
{!seriesData.length ? (
|
||||
<EmptyData height={height} title={title}></EmptyData>
|
||||
<EmptyData
|
||||
height={height}
|
||||
title={_.get(title, 'text', title || '')}
|
||||
></EmptyData>
|
||||
) : (
|
||||
<Chart
|
||||
height={height}
|
||||
|
||||
Reference in New Issue
Block a user