long/short chart tooltip position

This commit is contained in:
saml33 2022-06-18 16:22:53 +10:00
parent be74fce6fa
commit 06f39e2c71
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ const LongShortChart = ({ chartData }: { chartData: any[] }) => {
</Pie>
<Tooltip
content={<CustomToolTip />}
position={{ x: 64, y: 0 }}
position={{ x: -220, y: 0 }}
wrapperStyle={{ zIndex: 10 }}
/>
</PieChart>