### What problem does this feature solve? 1. zero is a very special value for continuous scale 2. a scale may need to combine domains from different data sources ### What does the proposed API look like? ``` linearScale.nice(10, { zero: true, }); linearScale.combineDomain([], true); ```