From 17855737bfb7167511fc2f390b3d02a9a026eb57 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Thu, 19 Nov 2015 10:07:07 -0500 Subject: [PATCH] correct doc addresses the error mentioned in yurukov/dc.leaflet.js#2 (more comprehensive documentation/examples would still be nice!) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f12d6d08..2a0c096c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ dc_leaflet.markerChart(parent,chartGroup) .popup() - function (d,marker) to return the string or DOM content of a popup .renderPopup(true) - set if popups should be shown; Default: true .cluster(false) - set if markers should be clustered. Requires leaflet.markercluster.js; Default: false - .clusterObject({..}) - options for the markerCluster object + .clusterOptions({..}) - options for the markerCluster object .rebuildMarkers(false) - set if all markers should be rebuild each time the map is redrawn. Degrades performance; Default: false .brushOn(true) - if the map would select datapoints; Default: true .filterByArea(false) - if the map should filter data based on the markers inside the zoomed in area instead of the user clicking on individual markers; Default: false