long/short chart tooltip position
This commit is contained in:
parent
be74fce6fa
commit
06f39e2c71
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue