I have a line chart with multiple lines on it depending on API response,
I may get null if there is no data exist and in result my graph line get break.
instead of breaking the line I wanted to join that data points using dashed line simmiler to this high chart example
connectNulls is also available in recharts but draws line similar to others, I want to draw dotted line to differentiate it with other ones.
