d3-scale icon indicating copy to clipboard operation
d3-scale copied to clipboard

Adding support for band.invert()

Open bognikol opened this issue 7 years ago • 1 comments

Band scale maps an array of discrete values to an array of bands which occupy whole range (padding can be treated as a band). As each point in range can be mapped to unique value from domain, invert function for band scale can be implemented.

I need this change for react-vis. Zoom for plots with ordinal values on X axe doesn't work.

bognikol avatar Oct 31 '18 12:10 bognikol

Related #64.

mbostock avatar Aug 02 '19 22:08 mbostock