Describe the bug
When fitting data using the zero fit. The line is fit to the correct values but when all value are null or undefined the line is rendered without dashes.
To Reproduce
Steps to reproduce the behavior:
- Go to https://codesandbox.io/s/objective-architecture-xnnvs?file=/src/App.tsx
- Notice line is drawn as solid not dashed
- Uncomment the fourth row of the dataset
- Notice the line becomes dashed.
Expected behaviour
The fitted line should be dashed
Screenshots

As soon as a non-null value is added to the dataset, the line is correctly dashed.

Version (please complete the following information):
Additional context
Add any other context about the problem here.
Describe the bug
When fitting data using the
zerofit. The line is fit to the correct values but when all value arenullorundefinedthe line is rendered without dashes.To Reproduce
Steps to reproduce the behavior:
Expected behaviour
The fitted line should be dashed
Screenshots

As soon as a non-null value is added to the dataset, the line is correctly dashed.
Version (please complete the following information):
masterAdditional context
Add any other context about the problem here.