HarryStevens / swiftmap

A JavaScript library for making data-driven maps.
https://harrystevens.github.io/swiftmap/
MIT License
9 stars 0 forks source link

schemeContinuous.mode() #37

Open HarryStevens opened 6 years ago

HarryStevens commented 6 years ago

Must allow for other than linear scales.

schemeContinuous.mode("sqrt")
schemeContinuous.mode("log")

Defaults to "linear".