-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
In a heatmap, right now, if you specify a color like this: heatmap.circles.color = '#043864'
the starting color (area with most overlaps) ends up being not #043864
, but instead it is lighter. As well, on the way from the darkest color to white, maptable chooses it's own transition colors used in the gradient. You should be able to specify which colors it transitions through. Specifically, PCH would like a way for the darkest color on any heatmap to always start at heatmap.circles.color
and for the colors on the way to white be the ones we use in our palette. Currently we define our palette with a min an max which works great on the choropleth maps like this one. We'd like the same for the heatmap.