Skip to content

best way to tweak fall off algorithm in heatmap? #58

@mrjones-plip

Description

@mrjones-plip

right now there's three methods to adjust how far out a heatmap goes:

  • heatmap.weightByAttribute
  • heatmap.weightByAttributeScale
  • heatmap.circles.blur

what's the best way to tweak the fall off of a data point? if we want to reduce the strength by, say, 20% should we have weightByAttribute return (d.val - (d.val*.2))?

Also, is there an easy way for a non-developer to try different fall off strengths? this is outside of the scope of MapTable, but some tips would be most welcome!

thanks!

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