From 526f96163d7a52629209484280a03083ffa30a84 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 1 Sep 2015 15:29:04 -0700 Subject: [PATCH] Added 'scaleRadius' to 'heatmap.js'. --- heatmap.js/heatmap.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/heatmap.js/heatmap.d.ts b/heatmap.js/heatmap.d.ts index 012e3f9d9..b75b88873 100644 --- a/heatmap.js/heatmap.d.ts +++ b/heatmap.js/heatmap.d.ts @@ -64,6 +64,11 @@ interface HeatmapConfiguration { */ radius?: number; + /** + * Scales the radius based on map zoom. + */ + scaleRadius?: boolean; + /* * Indicate whether the heatmap should use a global extrema or a local * extrema (the maximum and minimum of the currently displayed viewport)