Formatmoney for tooltip value

This commit is contained in:
Pico2x 2022-07-03 18:18:06 +01:00
parent 229ab6e82f
commit b5af26a425

View File

@ -77,6 +77,7 @@ export const PortfolioValueGraph = memo(function PortfolioValueGraph(props: {
enableGridY={true}
enableSlices="x"
animate={false}
yFormat={(value) => formatMoney(+value)}
></ResponsiveLine>
</div>
)