Describe the bug
Using LineSeries with different x values causes line to not be drawn correctly.
To Reproduce
Steps to reproduce the behavior:
- Go to https://codesandbox.io/s/priceless-wind-clh9f?file=/src/App.tsx
- Notice the lack of connected lines
- Toggle overall data, notice correct rendering of browser data
- Toggle browser data, notice correct rendering of overall data
Also see https://dev-next-oblt.elastic.dev/app/csm?rangeFrom=now-24h&rangeTo=now&serviceName=elastic-co-frontend
Expected behaviour
All lines are connected between respective points
Screenshots

Version (please complete the following information):
Additional context
The overall_data has different x values that the browser_data which is likely causing the discontinuity.
Describe the bug
Using
LineSerieswith different x values causes line to not be drawn correctly.To Reproduce
Steps to reproduce the behavior:
Expected behaviour
All lines are connected between respective points
Screenshots

Version (please complete the following information):
21.0.0started form feat: wiggle and silhouette stacks #751Additional context
The
overall_datahas different x values that thebrowser_datawhich is likely causing the discontinuity.