diff --git a/resources/js/components/charts/cashflow-trend-chart.tsx b/resources/js/components/charts/cashflow-trend-chart.tsx index 701421ad..4caaddea 100644 --- a/resources/js/components/charts/cashflow-trend-chart.tsx +++ b/resources/js/components/charts/cashflow-trend-chart.tsx @@ -163,7 +163,7 @@ export function CashflowTrendChart({ -
+
); @@ -185,7 +185,7 @@ export function CashflowTrendChart({
diff --git a/resources/js/pages/cashflow/index.tsx b/resources/js/pages/cashflow/index.tsx index 913c90b8..414c3b36 100644 --- a/resources/js/pages/cashflow/index.tsx +++ b/resources/js/pages/cashflow/index.tsx @@ -112,6 +112,13 @@ export default function CashflowPage() { />
+ {/* Trend Chart */} + + {/* Sankey Diagram */} @@ -148,13 +155,6 @@ export default function CashflowPage() { currency={auth.user.currency_code} />
- - {/* Trend Chart */} -
);