Merge branch 'dev' into jajaja
# Conflicts: # src/app/api/websites/[websiteId]/metrics/route.ts # src/queries/sql/getChannelMetrics.ts
This commit is contained in:
@@ -55,7 +55,7 @@ export function EventsChart({ websiteId, focusLabel }: EventsChartProps) {
|
||||
}, [focusLabel]);
|
||||
|
||||
return (
|
||||
<LoadingPanel isLoading={isLoading} error={error}>
|
||||
<LoadingPanel isLoading={isLoading} error={error} minHeight="400px">
|
||||
{chartData && (
|
||||
<BarChart
|
||||
chartData={chartData}
|
||||
|
||||
Reference in New Issue
Block a user