Is your feature request related to a problem? Please describe.
There is no way to pass a domain prop to the Axis component as an empty object or an object with partial values (only max or only min value).
Describe the solution you'd like
I think it should support the next object structures:
const domain = { min: undefined || null, max: undefined || null} and pretty the same const domain = {} - in that case it should behave as without the domain prop;
const domain = { min: 10 } or const domain = { max: 10 } - support of partial domain values if a user wants to use only one of them
Additional context
In that case I would never think about if min or max is defined and it would simplify the development

- I suppose the charts should show a message that user pass invalid max-min range instead of throwing an error which crash an app


Kibana Cross Issues
n/a
Checklist
Is your feature request related to a problem? Please describe.
There is no way to pass a domain prop to the
Axiscomponent as an empty object or an object with partial values (onlymaxor onlyminvalue).Describe the solution you'd like
I think it should support the next object structures:
const domain = { min: undefined || null, max: undefined || null}and pretty the sameconst domain = {}- in that case it should behave as without the domain prop;const domain = { min: 10 }orconst domain = { max: 10 }- support of partial domain values if a user wants to use only one of themAdditional context

In that case I would never think about if
minormaxis defined and it would simplify the developmentKibana Cross Issues
n/a
Checklist
[ ] every related Kibana issue is listed underKibana Cross Issueslist[ ]kibana cross issuetag is associated to the issue if any kibana cross issue is present