colorbar icon indicating copy to clipboard operation
colorbar copied to clipboard

Scaletype inference fails on multipoint log scales?

Open bmschmidt opened this issue 9 years ago • 0 comments

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"])

bmschmidt avatar Mar 23 '15 17:03 bmschmidt