How to make line width more, which appear when hover active with filled dots in LineChart recharts.
I found need just to put cursor props to tooltip:
<Tooltip cursor={{ stroke: 'red', strokeWidth: 2 }} />
Result: