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')) ```