Add support for [diverging scales](https://github.com/d3/d3-scale#diverging-scales). It might work like: ```html <color-legend scaleType="diverging" domain=[0, 0.5, 1] range=['red', 'yellow', 'blue'] /> ```
Add support for diverging scales.
It might work like: