feat: cluster_count on dashboard

This commit is contained in:
jialin
2025-11-06 19:38:01 +08:00
parent fadff34f5f
commit cd2942405a
9 changed files with 143 additions and 51 deletions
+4 -1
View File
@@ -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}