feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (recharts)

This commit is contained in:
Dave
2026-01-13 13:35:26 -05:00
parent 436a72d017
commit f4df6ed5dd
11 changed files with 112 additions and 128 deletions

View File

@@ -9,7 +9,7 @@ const graphProps = {
export default function ScoreboardTimeTicketsChart({ data, chartTitle }) {
return (
<Card title={chartTitle}>
<ResponsiveContainer width="100%" height={275}>
<ResponsiveContainer width="100%" height={275} minHeight={100}>
<ComposedChart data={data} margin={{ top: 20, right: 20, bottom: 20, left: 20 }}>
<CartesianGrid stroke="#f5f5f5" />
<XAxis dataKey="date" strokeWidth={graphProps.strokeWidth} />