From 974abda40729ed8ff52df6ede378f04ce5825f76 Mon Sep 17 00:00:00 2001 From: Timothy Ruhle Date: Fri, 11 Dec 2015 09:28:18 +1000 Subject: [PATCH] Updating leaflet options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ee527e7..9d643f02 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ dc.leafletChoroplethChart(parent,chartGroup) .popup() - function (d,feature) to return the string or DOM content of a popup .renderPopup(true) - set if popups should be shown; Default: true .brushOn(true) - if the map would select datapoints; Default: true + .legend(dc.leafletLegend().position('bottomright')) ```