Recharts tooltip with pointer (react,tooltip)

2019-09-15 18:58发布

问题:

On a line graph trying to display tooltip with pointer that shows dashed lines going to x-axis and y-axis accordingly. The problem is I can use them separately but not together because onMouseMove state interferes with the display of the tooltip. Is there a solution for this?

Any help would be appreciated