colorbar
colorbar copied to clipboard
Scaletype inference fails on multipoint log scales?
The new type inferencer seems to fall back to assuming a linear scaletype when presented with a log scale that contains certain types of multipoint domains.
d3.scale.log().domain([1,10,100]).range(["white","blue","red"])