Skip to content

change the way colors work in heatmap #56

@mrjones-plip

Description

@mrjones-plip

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.colorand 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions