diff --git a/components/generic-charts/area.tsx b/components/generic-charts/area.tsx index ced0bd62..aee54085 100644 --- a/components/generic-charts/area.tsx +++ b/components/generic-charts/area.tsx @@ -156,17 +156,22 @@ function renderChartTooltip({ payload: Array> ) => { return ( -
-
- - {chartConfig[name as keyof typeof chartConfig]?.label || name} +
+
+
+ {chartConfig[name as keyof typeof chartConfig]?.label || + name} +
{item['payload'][`readable_${name}` as keyof typeof item] || @@ -219,20 +224,22 @@ function renderChartTooltip({ return ( <> -
+
+
- {chartConfig[name as keyof typeof chartConfig]?.label || name} + {chartConfig[name as keyof typeof chartConfig]?.label || name} -
- {value} - +
+ {value} + +
{breakdownData.length > 0 && ( diff --git a/components/overview-charts/running-queries.tsx b/components/overview-charts/running-queries.tsx index 6fcb12c7..544876e0 100644 --- a/components/overview-charts/running-queries.tsx +++ b/components/overview-charts/running-queries.tsx @@ -25,10 +25,10 @@ export async function RunningQueries({ className }: { className?: string }) { return ( -
+
{data[0].count}
running queries →