chroma.js
chroma.js copied to clipboard
Is there a way to toggle scale reverse?
This is a fantastic library!!
A quick question is there was way to flip the chroma.scale? i tried
chroma.scale.domain([0,1) vs chroma.scale.domain([1,0])
for a custom scale, but it does not change anything.
thanks!