gka / chroma.js

JavaScript library for all kinds of color manipulations
https://vis4.net/chromajs/
Other
9.94k stars 543 forks source link

Is there a way to toggle scale reverse? #313

Open pramod-bls opened 1 year ago

pramod-bls commented 1 year ago

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!