Chart UX improvements, behavior page polish, and SEO setup #46

Merged
uz1mani merged 6 commits from staging into main 2026-03-13 13:42:01 +00:00
3 changed files with 31 additions and 19 deletions
Showing only changes of commit 87f5905bd6 - Show all commits

View File

@@ -451,7 +451,7 @@ export default function Chart({
</p> </p>
</div> </div>
) : ( ) : (
<div className="w-full" onContextMenu={handleChartContextMenu}> <div className="w-full overflow-hidden" onContextMenu={handleChartContextMenu}>
<ChartContainer <ChartContainer
config={chartConfig} config={chartConfig}
className="h-96 w-full overflow-visible [&_.recharts-curve.recharts-tooltip-cursor]:stroke-[initial]" className="h-96 w-full overflow-visible [&_.recharts-curve.recharts-tooltip-cursor]:stroke-[initial]"