Formatmoney for tooltip value
This commit is contained in:
parent
229ab6e82f
commit
b5af26a425
|
@ -77,6 +77,7 @@ export const PortfolioValueGraph = memo(function PortfolioValueGraph(props: {
|
||||||
enableGridY={true}
|
enableGridY={true}
|
||||||
enableSlices="x"
|
enableSlices="x"
|
||||||
animate={false}
|
animate={false}
|
||||||
|
yFormat={(value) => formatMoney(+value)}
|
||||||
></ResponsiveLine>
|
></ResponsiveLine>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user