This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dc.leafletChoroplethChart = function(parent, chartGroup) { | |
var _chart = dc.colorChart(dc.leafletChart({})); | |
var _geojsonLayer = false; | |
var _dataMap = []; | |
var _geojson = false; | |
var _renderPopup = true; | |
var _brushOn = true; | |
var _featureOptions = { | |
'fillColor':'black', |
NewerOlder