diff --git a/web/components/portfolio/portfolio-value-graph.tsx b/web/components/portfolio/portfolio-value-graph.tsx index 50a6b59a..d1dae0bd 100644 --- a/web/components/portfolio/portfolio-value-graph.tsx +++ b/web/components/portfolio/portfolio-value-graph.tsx @@ -61,7 +61,8 @@ export const PortfolioValueGraph = memo(function PortfolioValueGraph(props: { min: Math.min(...points.map((p) => p.y)), }} gridYValues={numYTickValues} - curve="monotoneX" + curve="stepAfter" + enablePoints={false} colors={{ datum: 'color' }} axisBottom={{ tickValues: numXTickValues,