feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (recharts)
This commit is contained in:
@@ -33,7 +33,7 @@ export function ScoreboardTicketsBar({ data, bodyshop }) {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<Card title={t("scoreboard.labels.productivetimeticketsoverdate")} extra={<TimeTicketsDatesSelector />}>
|
||||
<ResponsiveContainer width="100%" height={475}>
|
||||
<ResponsiveContainer width="100%" height={475} minHeight={100}>
|
||||
<ComposedChart data={data.chartData} margin={{ top: 20, right: 20, bottom: 20, left: 20 }}>
|
||||
<CartesianGrid stroke="#f5f5f5" />
|
||||
<XAxis dataKey="date" strokeWidth={graphProps.strokeWidth} />
|
||||
|
||||
Reference in New Issue
Block a user