Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
correct doc
Browse files Browse the repository at this point in the history
addresses the error mentioned in yurukov#2
(more comprehensive documentation/examples would still be nice!)
  • Loading branch information
gordonwoodhull committed Nov 19, 2015
1 parent 4a3df2a commit 1785573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1785573

Please sign in to comment.