Describe the bug
When rendering data with all negative values, the area chart doesn't respect the zero baseline and always render the chart with a baseline as the min domain value.
To Reproduce
Steps to reproduce the behavior:
- Go to https://codesandbox.io/s/gracious-ride-9f6wn?file=/src/App.tsx
- the area covers the from the min domain to the max domain, and doesn't consider 0 as baseline
Expected behaviour
For area and bar, if not configured otherwise(currently not possible), the baseline should be always zero.
Screenshots

Version (please complete the following information):
Additional context
n/a
Errors in browser console
n/a
Describe the bug
When rendering data with all negative values, the area chart doesn't respect the zero baseline and always render the chart with a baseline as the min domain value.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
For area and bar, if not configured otherwise(currently not possible), the baseline should be always zero.
Screenshots

Version (please complete the following information):
Additional context
n/a
Errors in browser console
n/a