Open
Description
In the storybook example:
If removing the domain prop and remounting the component, it is expected that the full common range would be visible and that the zoom will be 1. However, it seems that the component is adjusted to show the full range of the first well only and setting zoom according to it.
Upon first mount, the controller zoom is being adjusted, however this function doesn't fix anything if this.prop.domain is not set, and so the zoom is not fixed.