Stop interpolating on portfolio value graph
This commit is contained in:
parent
592125b5e7
commit
49541d3eec
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user