feat: migrate chat API to AI SDK with tool support and add active bar interaction to analytics charts

This commit is contained in:
poyrazavsever
2026-06-06 20:38:16 +03:00
parent 1cd00d4efe
commit b3da493ef1
6 changed files with 491 additions and 426 deletions
@@ -154,7 +154,13 @@ export function AnalyticsClient({ data }: AnalyticsClientProps) {
borderRadius: '0.375rem',
}}
/>
<Bar dataKey="value" fill="hsl(var(--primary))" radius={[4, 4, 0, 0]} barSize={60} />
<Bar
dataKey="value"
fill="hsl(var(--primary))"
radius={[4, 4, 0, 0]}
barSize={60}
activeBar={{ fill: "hsl(var(--primary))", opacity: 0.8 }}
/>
</BarChart>
</ResponsiveContainer>
</div>