diff --git a/heatmap.js/heatmap.d.ts b/heatmap.js/heatmap.d.ts index bff76db98..04b038c25 100644 --- a/heatmap.js/heatmap.d.ts +++ b/heatmap.js/heatmap.d.ts @@ -27,8 +27,8 @@ interface HeatmapConfiguration { radius?: number; /* - * The radius each datapoint will have (if not specified on the datapoint - * itself) + * Indicate whether the heatmap should use a global extrema or a local + * extrema (the maximum and minimum of the currently displayed viewport) */ useLocalExtrema?: boolean;