Correct a comment

This commit is contained in:
Yang Guan
2014-11-04 15:18:20 -08:00
parent 0589632989
commit 5c44d00ca6
+2 -2
View File
@@ -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;