Skip to content

Instantly share code, notes, and snippets.

@diegovalle
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegovalle/8967565 to your computer and use it in GitHub Desktop.
Save diegovalle/8967565 to your computer and use it in GitHub Desktop.
Animated choropleth of homicide rates in Mexico 1997-2013
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script>
<script src='http://d3js.org/topojson.v1.min.js' type='text/javascript'></script>
<script src='http://datamaps.github.io/scripts/datamaps.all.min.js' type='text/javascript'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js' type='text/javascript'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body ng-app ng-controller='rChartsCtrl'>
<div id = 'chart_1' class = 'rChart datamaps'>
<input id='slider' type='range' min=1997 max=2013 ng-model='year' width=200>
<span ng-bind='year'></span>
<script>
function rChartsCtrl($scope){
$scope.year = '2013';
$scope.$watch('year', function(newYear){
mapchart_1.updateChoropleth(chartParams.newData[newYear]);
})
}
</script>
</div>
<script id='popup-template' type='text/x-handlebars-template'>
</script>
<script>
var chartParams = {
"dom": "chart_1",
"width": 800,
"height": 400,
"geographyConfig": {
"dataUrl": "mx_states.json",
"popupTemplate": function(geography, data) { //this function should just return a string
return '<div class=hoverinfo><strong>' + geography.properties.name + '</strong></div>';
}
},
"scope": "states",
"labels": true,
"bodyattrs": "ng-app ng-controller='rChartsCtrl'",
"setProjection": function( element, options ) {
var projection, path;
projection = d3.geo.mercator()
.center([-89, 21])
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
} ,
"fills": {
"(-0.11,12]": "#FFFFCC",
"(12,25]": "#FFEDA0",
"(25,37]": "#FED976",
"(37,49]": "#FEB24C",
"(49,62]": "#FD8D3C",
"(62,74]": "#FC4E2A",
"(74,86]": "#E31A1C",
"(86,98]": "#BD0026",
"(98,1.1e+02]": "#800026",
"defaultFill": "red"
},
"data": {
"Aguascalientes": {
"state_code": 1,
"year": 2013,
"type": "DOLOSOS",
"total": 39,
"population": 1.253e+06,
"rate": 3.1126,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2013,
"type": "DOLOSOS",
"total": 774,
"population": 3.3832e+06,
"rate": 22.878,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2013,
"type": "DOLOSOS",
"total": 56,
"population": 7.1915e+05,
"rate": 7.7869,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2013,
"type": "DOLOSOS",
"total": 67,
"population": 8.8087e+05,
"rate": 7.6061,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2013,
"type": "DOLOSOS",
"total": 645,
"population": 2.8916e+06,
"rate": 22.306,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2013,
"type": "DOLOSOS",
"total": 178,
"population": 6.988e+05,
"rate": 25.472,
"name": "Colima",
"fillKey": "(25,37]"
},
"Chiapas": {
"state_code": 7,
"year": 2013,
"type": "DOLOSOS",
"total": 540,
"population": 5.1219e+06,
"rate": 10.543,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2013,
"type": "DOLOSOS",
"total": 1443,
"population": 3.6375e+06,
"rate": 39.67,
"name": "Chihuahua",
"fillKey": "(37,49]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2013,
"type": "DOLOSOS",
"total": 749,
"population": 8.8928e+06,
"rate": 8.4225,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2013,
"type": "DOLOSOS",
"total": 476,
"population": 1.7292e+06,
"rate": 27.528,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2013,
"type": "DOLOSOS",
"total": 641,
"population": 5.7216e+06,
"rate": 11.203,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2013,
"type": "DOLOSOS",
"total": 2087,
"population": 3.5247e+06,
"rate": 59.211,
"name": "Guerrero",
"fillKey": "(49,62]"
},
"Hidalgo": {
"state_code": 13,
"year": 2013,
"type": "DOLOSOS",
"total": 124,
"population": 2.8078e+06,
"rate": 4.4163,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2013,
"type": "DOLOSOS",
"total": 1096,
"population": 7.746e+06,
"rate": 14.149,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2013,
"type": "DOLOSOS",
"total": 1932,
"population": 1.6375e+07,
"rate": 11.799,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2013,
"type": "DOLOSOS",
"total": 961,
"population": 4.5312e+06,
"rate": 21.209,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2013,
"type": "DOLOSOS",
"total": 597,
"population": 1.8751e+06,
"rate": 31.838,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2013,
"type": "DOLOSOS",
"total": 151,
"population": 1.1793e+06,
"rate": 12.804,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2013,
"type": "DOLOSOS",
"total": 719,
"population": 4.9441e+06,
"rate": 14.543,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2013,
"type": "DOLOSOS",
"total": 536,
"population": 3.9601e+06,
"rate": 13.535,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2013,
"type": "DOLOSOS",
"total": 428,
"population": 6.0701e+06,
"rate": 7.0509,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2013,
"type": "DOLOSOS",
"total": 111,
"population": 1.9451e+06,
"rate": 5.7066,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2013,
"type": "DOLOSOS",
"total": 214,
"population": 1.4868e+06,
"rate": 14.393,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2013,
"type": "DOLOSOS",
"total": 261,
"population": 2.7032e+06,
"rate": 9.6554,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2013,
"type": "DOLOSOS",
"total": 1208,
"population": 2.9334e+06,
"rate": 41.181,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2013,
"type": "DOLOSOS",
"total": 575,
"population": 2.8531e+06,
"rate": 20.154,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2013,
"type": "DOLOSOS",
"total": 139,
"population": 2.3355e+06,
"rate": 5.9517,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2013,
"type": "DOLOSOS",
"total": 555,
"population": 3.463e+06,
"rate": 16.027,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2013,
"type": "DOLOSOS",
"total": 70,
"population": 1.2435e+06,
"rate": 5.6295,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2013,
"type": "DOLOSOS",
"total": 564,
"population": 7.9256e+06,
"rate": 7.1162,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2013,
"type": "DOLOSOS",
"total": 40,
"population": 2.0653e+06,
"rate": 1.9368,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2013,
"type": "DOLOSOS",
"total": 167,
"population": 1.5507e+06,
"rate": 10.769,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"legend": true,
"id": "chart_1",
"newData": {
"1997": {
"Aguascalientes": {
"state_code": 1,
"year": 1997,
"type": "DOLOSOS",
"total": 355,
"population": 9.5813e+05,
"rate": 37.051,
"name": "Aguascalientes",
"fillKey": "(37,49]"
},
"Baja California": {
"state_code": 2,
"year": 1997,
"type": "DOLOSOS",
"total": 492,
"population": 2.3097e+06,
"rate": 21.301,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1997,
"type": "DOLOSOS",
"total": 60,
"population": 4.2722e+05,
"rate": 14.044,
"name": "Baja California Sur",
"fillKey": "(12,25]"
},
"Campeche": {
"state_code": 4,
"year": 1997,
"type": "DOLOSOS",
"total": 130,
"population": 6.5998e+05,
"rate": 19.698,
"name": "Campeche",
"fillKey": "(12,25]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1997,
"type": "DOLOSOS",
"total": 175,
"population": 2.2779e+06,
"rate": 7.6826,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1997,
"type": "DOLOSOS",
"total": 99,
"population": 5.322e+05,
"rate": 18.602,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 1997,
"type": "DOLOSOS",
"total": 1357,
"population": 3.9109e+06,
"rate": 34.698,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1997,
"type": "DOLOSOS",
"total": 677,
"population": 2.8132e+06,
"rate": 24.065,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1997,
"type": "DOLOSOS",
"total": 977,
"population": 8.8957e+06,
"rate": 10.983,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1997,
"type": "DOLOSOS",
"total": 61,
"population": 1.4733e+06,
"rate": 4.1405,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 1997,
"type": "DOLOSOS",
"total": 567,
"population": 5.0356e+06,
"rate": 11.26,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1997,
"type": "DOLOSOS",
"total": 1273,
"population": 3.1888e+06,
"rate": 39.92,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1997,
"type": "DOLOSOS",
"total": 360,
"population": 2.344e+06,
"rate": 15.358,
"name": "Hidalgo",
"fillKey": "(12,25]"
},
"Jalisco": {
"state_code": 14,
"year": 1997,
"type": "DOLOSOS",
"total": 600,
"population": 6.3405e+06,
"rate": 9.463,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1997,
"type": "DOLOSOS",
"total": 3037,
"population": 1.2165e+07,
"rate": 24.965,
"name": "México",
"fillKey": "(25,37]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1997,
"type": "DOLOSOS",
"total": 757,
"population": 4.1524e+06,
"rate": 18.23,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 1997,
"type": "DOLOSOS",
"total": 178,
"population": 1.5514e+06,
"rate": 11.473,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 1997,
"type": "DOLOSOS",
"total": 132,
"population": 9.1852e+05,
"rate": 14.371,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1997,
"type": "DOLOSOS",
"total": 163,
"population": 3.7381e+06,
"rate": 4.3605,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1997,
"type": "DOLOSOS",
"total": 788,
"population": 3.5971e+06,
"rate": 21.907,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 1997,
"type": "DOLOSOS",
"total": 729,
"population": 5.045e+06,
"rate": 14.45,
"name": "Puebla",
"fillKey": "(12,25]"
},
"Querétaro": {
"state_code": 22,
"year": 1997,
"type": "DOLOSOS",
"total": 234,
"population": 1.4665e+06,
"rate": 15.957,
"name": "Querétaro",
"fillKey": "(12,25]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1997,
"type": "DOLOSOS",
"total": 335,
"population": 8.2669e+05,
"rate": 40.523,
"name": "Quintana Roo",
"fillKey": "(37,49]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1997,
"type": "DOLOSOS",
"total": 301,
"population": 2.3534e+06,
"rate": 12.79,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1997,
"type": "DOLOSOS",
"total": 669,
"population": 2.4524e+06,
"rate": 27.279,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 1997,
"type": "DOLOSOS",
"total": 526,
"population": 2.1622e+06,
"rate": 24.327,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 1997,
"type": "DOLOSOS",
"total": 353,
"population": 1.8838e+06,
"rate": 18.739,
"name": "Tabasco",
"fillKey": "(12,25]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1997,
"type": "DOLOSOS",
"total": 473,
"population": 2.618e+06,
"rate": 18.067,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1997,
"type": "DOLOSOS",
"total": 63,
"population": 9.5452e+05,
"rate": 6.6002,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1997,
"type": "DOLOSOS",
"total": 722,
"population": 7.1298e+06,
"rate": 10.126,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1997,
"type": "DOLOSOS",
"total": 110,
"population": 1.6431e+06,
"rate": 6.6946,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1997,
"type": "DOLOSOS",
"total": 113,
"population": 1.4278e+06,
"rate": 7.9141,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"1998": {
"Aguascalientes": {
"state_code": 1,
"year": 1998,
"type": "DOLOSOS",
"total": 66,
"population": 9.7558e+05,
"rate": 6.7652,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 1998,
"type": "DOLOSOS",
"total": 292,
"population": 2.3911e+06,
"rate": 12.212,
"name": "Baja California",
"fillKey": "(-0.11,12]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1998,
"type": "DOLOSOS",
"total": 18,
"population": 4.4049e+05,
"rate": 4.0864,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 1998,
"type": "DOLOSOS",
"total": 117,
"population": 6.7419e+05,
"rate": 17.354,
"name": "Campeche",
"fillKey": "(12,25]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1998,
"type": "DOLOSOS",
"total": 165,
"population": 2.317e+06,
"rate": 7.1212,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1998,
"type": "DOLOSOS",
"total": 89,
"population": 5.3869e+05,
"rate": 16.522,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 1998,
"type": "DOLOSOS",
"total": 1399,
"population": 3.9983e+06,
"rate": 34.99,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1998,
"type": "DOLOSOS",
"total": 584,
"population": 2.8709e+06,
"rate": 20.342,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1998,
"type": "DOLOSOS",
"total": 947,
"population": 8.9133e+06,
"rate": 10.625,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1998,
"type": "DOLOSOS",
"total": 134,
"population": 1.4822e+06,
"rate": 9.0408,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 1998,
"type": "DOLOSOS",
"total": 230,
"population": 5.0763e+06,
"rate": 4.5308,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1998,
"type": "DOLOSOS",
"total": 1306,
"population": 3.2043e+06,
"rate": 40.757,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1998,
"type": "DOLOSOS",
"total": 250,
"population": 2.3601e+06,
"rate": 10.593,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 1998,
"type": "DOLOSOS",
"total": 604,
"population": 6.4022e+06,
"rate": 9.4342,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1998,
"type": "DOLOSOS",
"total": 2221,
"population": 1.2433e+07,
"rate": 17.863,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1998,
"type": "DOLOSOS",
"total": 1022,
"population": 4.1591e+06,
"rate": 24.572,
"name": "Michoacán de Ocampo",
"fillKey": "(25,37]"
},
"Morelos": {
"state_code": 17,
"year": 1998,
"type": "DOLOSOS",
"total": 216,
"population": 1.5664e+06,
"rate": 13.79,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 1998,
"type": "DOLOSOS",
"total": 165,
"population": 9.2522e+05,
"rate": 17.834,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1998,
"type": "DOLOSOS",
"total": 160,
"population": 3.8095e+06,
"rate": 4.2,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1998,
"type": "DOLOSOS",
"total": 14,
"population": 3.6252e+06,
"rate": 0.38618,
"name": "Oaxaca",
"fillKey": "(-0.11,12]"
},
"Puebla": {
"state_code": 21,
"year": 1998,
"type": "DOLOSOS",
"total": 675,
"population": 5.1168e+06,
"rate": 13.192,
"name": "Puebla",
"fillKey": "(12,25]"
},
"Querétaro": {
"state_code": 22,
"year": 1998,
"type": "DOLOSOS",
"total": 39,
"population": 1.4969e+06,
"rate": 2.6054,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1998,
"type": "DOLOSOS",
"total": 117,
"population": 8.6412e+05,
"rate": 13.54,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1998,
"type": "DOLOSOS",
"total": 297,
"population": 2.3677e+06,
"rate": 12.544,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1998,
"type": "DOLOSOS",
"total": 643,
"population": 2.482e+06,
"rate": 25.906,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 1998,
"type": "DOLOSOS",
"total": 555,
"population": 2.2055e+06,
"rate": 25.164,
"name": "Sonora",
"fillKey": "(25,37]"
},
"Tabasco": {
"state_code": 27,
"year": 1998,
"type": "DOLOSOS",
"total": 368,
"population": 1.9159e+06,
"rate": 19.208,
"name": "Tabasco",
"fillKey": "(12,25]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1998,
"type": "DOLOSOS",
"total": 428,
"population": 2.6743e+06,
"rate": 16.004,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1998,
"type": "DOLOSOS",
"total": 49,
"population": 9.7408e+05,
"rate": 5.0304,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1998,
"type": "DOLOSOS",
"total": 707,
"population": 7.1743e+06,
"rate": 9.8546,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1998,
"type": "DOLOSOS",
"total": 23,
"population": 1.6698e+06,
"rate": 1.3774,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1998,
"type": "DOLOSOS",
"total": 316,
"population": 1.4253e+06,
"rate": 22.171,
"name": "Zacatecas",
"fillKey": "(12,25]"
}
},
"1999": {
"Aguascalientes": {
"state_code": 1,
"year": 1999,
"type": "DOLOSOS",
"total": 27,
"population": 9.9251e+05,
"rate": 2.7204,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 1999,
"type": "DOLOSOS",
"total": 657,
"population": 2.4725e+06,
"rate": 26.573,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1999,
"type": "DOLOSOS",
"total": 31,
"population": 4.5385e+05,
"rate": 6.8304,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 1999,
"type": "DOLOSOS",
"total": 78,
"population": 6.8793e+05,
"rate": 11.338,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1999,
"type": "DOLOSOS",
"total": 139,
"population": 2.3561e+06,
"rate": 5.8996,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1999,
"type": "DOLOSOS",
"total": 53,
"population": 5.4446e+05,
"rate": 9.7344,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 1999,
"type": "DOLOSOS",
"total": 1452,
"population": 4.086e+06,
"rate": 35.536,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1999,
"type": "DOLOSOS",
"total": 425,
"population": 2.9298e+06,
"rate": 14.506,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1999,
"type": "DOLOSOS",
"total": 880,
"population": 8.929e+06,
"rate": 9.8555,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1999,
"type": "DOLOSOS",
"total": 291,
"population": 1.489e+06,
"rate": 19.543,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 1999,
"type": "DOLOSOS",
"total": 259,
"population": 5.1143e+06,
"rate": 5.0642,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1999,
"type": "DOLOSOS",
"total": 1242,
"population": 3.2162e+06,
"rate": 38.617,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1999,
"type": "DOLOSOS",
"total": 199,
"population": 2.3756e+06,
"rate": 8.3768,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 1999,
"type": "DOLOSOS",
"total": 545,
"population": 6.4558e+06,
"rate": 8.442,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1999,
"type": "DOLOSOS",
"total": 2966,
"population": 1.2689e+07,
"rate": 23.374,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1999,
"type": "DOLOSOS",
"total": 575,
"population": 4.1593e+06,
"rate": 13.824,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 1999,
"type": "DOLOSOS",
"total": 344,
"population": 1.5786e+06,
"rate": 21.791,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 1999,
"type": "DOLOSOS",
"total": 146,
"population": 9.3054e+05,
"rate": 15.69,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1999,
"type": "DOLOSOS",
"total": 131,
"population": 3.8803e+06,
"rate": 3.3761,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1999,
"type": "DOLOSOS",
"total": 823,
"population": 3.6541e+06,
"rate": 22.523,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 1999,
"type": "DOLOSOS",
"total": 575,
"population": 5.1896e+06,
"rate": 11.08,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 1999,
"type": "DOLOSOS",
"total": 55,
"population": 1.5277e+06,
"rate": 3.6001,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1999,
"type": "DOLOSOS",
"total": 123,
"population": 9.0233e+05,
"rate": 13.631,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1999,
"type": "DOLOSOS",
"total": 414,
"population": 2.3789e+06,
"rate": 17.403,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1999,
"type": "DOLOSOS",
"total": 564,
"population": 2.5097e+06,
"rate": 22.473,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 1999,
"type": "DOLOSOS",
"total": 292,
"population": 2.2494e+06,
"rate": 12.981,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 1999,
"type": "DOLOSOS",
"total": 229,
"population": 1.9472e+06,
"rate": 11.76,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1999,
"type": "DOLOSOS",
"total": 253,
"population": 2.7324e+06,
"rate": 9.2592,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1999,
"type": "DOLOSOS",
"total": 163,
"population": 9.942e+05,
"rate": 16.395,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1999,
"type": "DOLOSOS",
"total": 590,
"population": 7.2089e+06,
"rate": 8.1844,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1999,
"type": "DOLOSOS",
"total": 8,
"population": 1.6965e+06,
"rate": 0.47155,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1999,
"type": "DOLOSOS",
"total": 90,
"population": 1.4201e+06,
"rate": 6.3375,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2000": {
"Aguascalientes": {
"state_code": 1,
"year": 2000,
"type": "DOLOSOS",
"total": 14,
"population": 1.0092e+06,
"rate": 1.3872,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2000,
"type": "DOLOSOS",
"total": 460,
"population": 2.5527e+06,
"rate": 18.02,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2000,
"type": "DOLOSOS",
"total": 31,
"population": 4.6709e+05,
"rate": 6.6368,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2000,
"type": "DOLOSOS",
"total": 55,
"population": 7.0126e+05,
"rate": 7.843,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2000,
"type": "DOLOSOS",
"total": 113,
"population": 2.3954e+06,
"rate": 4.7173,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2000,
"type": "DOLOSOS",
"total": 45,
"population": 5.5077e+05,
"rate": 8.1704,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2000,
"type": "DOLOSOS",
"total": 1270,
"population": 4.1673e+06,
"rate": 30.475,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 2000,
"type": "DOLOSOS",
"total": 437,
"population": 2.9904e+06,
"rate": 14.613,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2000,
"type": "DOLOSOS",
"total": 709,
"population": 8.9456e+06,
"rate": 7.9257,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2000,
"type": "DOLOSOS",
"total": 268,
"population": 1.4987e+06,
"rate": 17.882,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2000,
"type": "DOLOSOS",
"total": 219,
"population": 5.1446e+06,
"rate": 4.2569,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2000,
"type": "DOLOSOS",
"total": 1399,
"population": 3.2274e+06,
"rate": 43.348,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2000,
"type": "DOLOSOS",
"total": 115,
"population": 2.3913e+06,
"rate": 4.809,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2000,
"type": "DOLOSOS",
"total": 486,
"population": 6.5186e+06,
"rate": 7.4556,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2000,
"type": "DOLOSOS",
"total": 2726,
"population": 1.2945e+07,
"rate": 21.059,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2000,
"type": "DOLOSOS",
"total": 487,
"population": 4.164e+06,
"rate": 11.695,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2000,
"type": "DOLOSOS",
"total": 352,
"population": 1.5933e+06,
"rate": 22.092,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2000,
"type": "DOLOSOS",
"total": 121,
"population": 9.3747e+05,
"rate": 12.907,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2000,
"type": "DOLOSOS",
"total": 123,
"population": 3.9536e+06,
"rate": 3.1111,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2000,
"type": "DOLOSOS",
"total": 1292,
"population": 3.6706e+06,
"rate": 35.198,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2000,
"type": "DOLOSOS",
"total": 573,
"population": 5.2511e+06,
"rate": 10.912,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2000,
"type": "DOLOSOS",
"total": 62,
"population": 1.5552e+06,
"rate": 3.9865,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2000,
"type": "DOLOSOS",
"total": 245,
"population": 9.4034e+05,
"rate": 26.054,
"name": "Quintana Roo",
"fillKey": "(25,37]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2000,
"type": "DOLOSOS",
"total": 254,
"population": 2.3915e+06,
"rate": 10.621,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2000,
"type": "DOLOSOS",
"total": 501,
"population": 2.5397e+06,
"rate": 19.727,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2000,
"type": "DOLOSOS",
"total": 194,
"population": 2.2915e+06,
"rate": 8.466,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2000,
"type": "DOLOSOS",
"total": 210,
"population": 1.977e+06,
"rate": 10.622,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2000,
"type": "DOLOSOS",
"total": 221,
"population": 2.7932e+06,
"rate": 7.912,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2000,
"type": "DOLOSOS",
"total": 280,
"population": 1.0122e+06,
"rate": 27.664,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2000,
"type": "DOLOSOS",
"total": 465,
"population": 7.2339e+06,
"rate": 6.4281,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2000,
"type": "DOLOSOS",
"total": 26,
"population": 1.7222e+06,
"rate": 1.5097,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2000,
"type": "DOLOSOS",
"total": 96,
"population": 1.4185e+06,
"rate": 6.7675,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2001": {
"Aguascalientes": {
"state_code": 1,
"year": 2001,
"type": "DOLOSOS",
"total": 22,
"population": 1.0264e+06,
"rate": 2.1433,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2001,
"type": "DOLOSOS",
"total": 456,
"population": 2.6303e+06,
"rate": 17.336,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2001,
"type": "DOLOSOS",
"total": 25,
"population": 4.81e+05,
"rate": 5.1976,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2001,
"type": "DOLOSOS",
"total": 52,
"population": 7.146e+05,
"rate": 7.2768,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2001,
"type": "DOLOSOS",
"total": 118,
"population": 2.4349e+06,
"rate": 4.8462,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2001,
"type": "DOLOSOS",
"total": 56,
"population": 5.584e+05,
"rate": 10.029,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2001,
"type": "DOLOSOS",
"total": 1252,
"population": 4.2436e+06,
"rate": 29.504,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 2001,
"type": "DOLOSOS",
"total": 480,
"population": 3.051e+06,
"rate": 15.733,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2001,
"type": "DOLOSOS",
"total": 807,
"population": 8.9613e+06,
"rate": 9.0054,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2001,
"type": "DOLOSOS",
"total": 321,
"population": 1.5124e+06,
"rate": 21.225,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2001,
"type": "DOLOSOS",
"total": 233,
"population": 5.1733e+06,
"rate": 4.5039,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2001,
"type": "DOLOSOS",
"total": 1255,
"population": 3.2416e+06,
"rate": 38.715,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2001,
"type": "DOLOSOS",
"total": 148,
"population": 2.4099e+06,
"rate": 6.1413,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2001,
"type": "DOLOSOS",
"total": 488,
"population": 6.5957e+06,
"rate": 7.3987,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2001,
"type": "DOLOSOS",
"total": 2862,
"population": 1.3207e+07,
"rate": 21.671,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2001,
"type": "DOLOSOS",
"total": 475,
"population": 4.1778e+06,
"rate": 11.369,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2001,
"type": "DOLOSOS",
"total": 193,
"population": 1.6118e+06,
"rate": 11.974,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2001,
"type": "DOLOSOS",
"total": 127,
"population": 9.4752e+05,
"rate": 13.403,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2001,
"type": "DOLOSOS",
"total": 140,
"population": 4.0301e+06,
"rate": 3.4739,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2001,
"type": "DOLOSOS",
"total": 1311,
"population": 3.6799e+06,
"rate": 35.626,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2001,
"type": "DOLOSOS",
"total": 502,
"population": 5.3053e+06,
"rate": 9.4623,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2001,
"type": "DOLOSOS",
"total": 86,
"population": 1.5807e+06,
"rate": 5.4407,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2001,
"type": "DOLOSOS",
"total": 252,
"population": 9.7821e+05,
"rate": 25.761,
"name": "Quintana Roo",
"fillKey": "(25,37]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2001,
"type": "DOLOSOS",
"total": 195,
"population": 2.4082e+06,
"rate": 8.0975,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2001,
"type": "DOLOSOS",
"total": 551,
"population": 2.5723e+06,
"rate": 21.421,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2001,
"type": "DOLOSOS",
"total": 185,
"population": 2.3325e+06,
"rate": 7.9313,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2001,
"type": "DOLOSOS",
"total": 169,
"population": 2.0058e+06,
"rate": 8.4257,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2001,
"type": "DOLOSOS",
"total": 165,
"population": 2.8542e+06,
"rate": 5.7809,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2001,
"type": "DOLOSOS",
"total": 352,
"population": 1.0285e+06,
"rate": 34.226,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2001,
"type": "DOLOSOS",
"total": 467,
"population": 7.2604e+06,
"rate": 6.4321,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2001,
"type": "DOLOSOS",
"total": 16,
"population": 1.7472e+06,
"rate": 0.91573,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2001,
"type": "DOLOSOS",
"total": 94,
"population": 1.4221e+06,
"rate": 6.6098,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2002": {
"Aguascalientes": {
"state_code": 1,
"year": 2002,
"type": "DOLOSOS",
"total": 26,
"population": 1.0446e+06,
"rate": 2.489,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2002,
"type": "DOLOSOS",
"total": 466,
"population": 2.7056e+06,
"rate": 17.223,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2002,
"type": "DOLOSOS",
"total": 28,
"population": 4.963e+05,
"rate": 5.6417,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2002,
"type": "DOLOSOS",
"total": 52,
"population": 7.2811e+05,
"rate": 7.1417,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2002,
"type": "DOLOSOS",
"total": 131,
"population": 2.4745e+06,
"rate": 5.2939,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2002,
"type": "DOLOSOS",
"total": 45,
"population": 5.6683e+05,
"rate": 7.9389,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2002,
"type": "DOLOSOS",
"total": 1056,
"population": 4.3221e+06,
"rate": 24.432,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2002,
"type": "DOLOSOS",
"total": 528,
"population": 3.1101e+06,
"rate": 16.977,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2002,
"type": "DOLOSOS",
"total": 748,
"population": 8.9735e+06,
"rate": 8.3356,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2002,
"type": "DOLOSOS",
"total": 232,
"population": 1.5264e+06,
"rate": 15.199,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2002,
"type": "DOLOSOS",
"total": 208,
"population": 5.2104e+06,
"rate": 3.992,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2002,
"type": "DOLOSOS",
"total": 1035,
"population": 3.259e+06,
"rate": 31.758,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2002,
"type": "DOLOSOS",
"total": 129,
"population": 2.4327e+06,
"rate": 5.3028,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2002,
"type": "DOLOSOS",
"total": 431,
"population": 6.6752e+06,
"rate": 6.4567,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2002,
"type": "DOLOSOS",
"total": 2870,
"population": 1.3471e+07,
"rate": 21.306,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2002,
"type": "DOLOSOS",
"total": 428,
"population": 4.1948e+06,
"rate": 10.203,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2002,
"type": "DOLOSOS",
"total": 226,
"population": 1.6304e+06,
"rate": 13.862,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2002,
"type": "DOLOSOS",
"total": 117,
"population": 9.5898e+05,
"rate": 12.201,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2002,
"type": "DOLOSOS",
"total": 124,
"population": 4.1067e+06,
"rate": 3.0195,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2002,
"type": "DOLOSOS",
"total": 1427,
"population": 3.6973e+06,
"rate": 38.596,
"name": "Oaxaca",
"fillKey": "(37,49]"
},
"Puebla": {
"state_code": 21,
"year": 2002,
"type": "DOLOSOS",
"total": 463,
"population": 5.3672e+06,
"rate": 8.6265,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2002,
"type": "DOLOSOS",
"total": 71,
"population": 1.6088e+06,
"rate": 4.4131,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2002,
"type": "DOLOSOS",
"total": 194,
"population": 1.017e+06,
"rate": 19.076,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2002,
"type": "DOLOSOS",
"total": 245,
"population": 2.4267e+06,
"rate": 10.096,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2002,
"type": "DOLOSOS",
"total": 485,
"population": 2.6037e+06,
"rate": 18.627,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2002,
"type": "DOLOSOS",
"total": 165,
"population": 2.3752e+06,
"rate": 6.9469,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2002,
"type": "DOLOSOS",
"total": 141,
"population": 2.0349e+06,
"rate": 6.9291,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2002,
"type": "DOLOSOS",
"total": 184,
"population": 2.9133e+06,
"rate": 6.3158,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2002,
"type": "DOLOSOS",
"total": 309,
"population": 1.0462e+06,
"rate": 29.535,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2002,
"type": "DOLOSOS",
"total": 450,
"population": 7.296e+06,
"rate": 6.1678,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2002,
"type": "DOLOSOS",
"total": 30,
"population": 1.7728e+06,
"rate": 1.6922,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2002,
"type": "DOLOSOS",
"total": 104,
"population": 1.4267e+06,
"rate": 7.2897,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2003": {
"Aguascalientes": {
"state_code": 1,
"year": 2003,
"type": "DOLOSOS",
"total": 21,
"population": 1.0629e+06,
"rate": 1.9757,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2003,
"type": "DOLOSOS",
"total": 479,
"population": 2.7785e+06,
"rate": 17.239,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2003,
"type": "DOLOSOS",
"total": 24,
"population": 5.1265e+05,
"rate": 4.6815,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2003,
"type": "DOLOSOS",
"total": 55,
"population": 7.4167e+05,
"rate": 7.4157,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2003,
"type": "DOLOSOS",
"total": 116,
"population": 2.5137e+06,
"rate": 4.6147,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2003,
"type": "DOLOSOS",
"total": 34,
"population": 5.7575e+05,
"rate": 5.9054,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2003,
"type": "DOLOSOS",
"total": 921,
"population": 4.4007e+06,
"rate": 20.929,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2003,
"type": "DOLOSOS",
"total": 471,
"population": 3.1672e+06,
"rate": 14.871,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2003,
"type": "DOLOSOS",
"total": 715,
"population": 8.9814e+06,
"rate": 7.9609,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2003,
"type": "DOLOSOS",
"total": 216,
"population": 1.5404e+06,
"rate": 14.022,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2003,
"type": "DOLOSOS",
"total": 213,
"population": 5.2488e+06,
"rate": 4.0581,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2003,
"type": "DOLOSOS",
"total": 808,
"population": 3.2768e+06,
"rate": 24.658,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2003,
"type": "DOLOSOS",
"total": 113,
"population": 2.4573e+06,
"rate": 4.5986,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2003,
"type": "DOLOSOS",
"total": 424,
"population": 6.7547e+06,
"rate": 6.2771,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2003,
"type": "DOLOSOS",
"total": 2741,
"population": 1.3733e+07,
"rate": 19.959,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2003,
"type": "DOLOSOS",
"total": 440,
"population": 4.2115e+06,
"rate": 10.448,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2003,
"type": "DOLOSOS",
"total": 173,
"population": 1.6487e+06,
"rate": 10.493,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2003,
"type": "DOLOSOS",
"total": 95,
"population": 9.7142e+05,
"rate": 9.7795,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2003,
"type": "DOLOSOS",
"total": 135,
"population": 4.1831e+06,
"rate": 3.2273,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2003,
"type": "DOLOSOS",
"total": 1571,
"population": 3.7173e+06,
"rate": 42.262,
"name": "Oaxaca",
"fillKey": "(37,49]"
},
"Puebla": {
"state_code": 21,
"year": 2003,
"type": "DOLOSOS",
"total": 488,
"population": 5.4311e+06,
"rate": 8.9854,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2003,
"type": "DOLOSOS",
"total": 71,
"population": 1.6379e+06,
"rate": 4.3349,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2003,
"type": "DOLOSOS",
"total": 228,
"population": 1.0564e+06,
"rate": 21.583,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2003,
"type": "DOLOSOS",
"total": 121,
"population": 2.4453e+06,
"rate": 4.9483,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2003,
"type": "DOLOSOS",
"total": 482,
"population": 2.6339e+06,
"rate": 18.3,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2003,
"type": "DOLOSOS",
"total": 203,
"population": 2.4184e+06,
"rate": 8.3939,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2003,
"type": "DOLOSOS",
"total": 150,
"population": 2.064e+06,
"rate": 7.2676,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2003,
"type": "DOLOSOS",
"total": 244,
"population": 2.9704e+06,
"rate": 8.2142,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2003,
"type": "DOLOSOS",
"total": 286,
"population": 1.0645e+06,
"rate": 26.868,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2003,
"type": "DOLOSOS",
"total": 501,
"population": 7.3349e+06,
"rate": 6.8304,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2003,
"type": "DOLOSOS",
"total": 32,
"population": 1.7984e+06,
"rate": 1.7793,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2003,
"type": "DOLOSOS",
"total": 105,
"population": 1.4312e+06,
"rate": 7.3366,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2004": {
"Aguascalientes": {
"state_code": 1,
"year": 2004,
"type": "DOLOSOS",
"total": 17,
"population": 1.0805e+06,
"rate": 1.5734,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2004,
"type": "DOLOSOS",
"total": 470,
"population": 2.8484e+06,
"rate": 16.501,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2004,
"type": "DOLOSOS",
"total": 36,
"population": 5.299e+05,
"rate": 6.7938,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2004,
"type": "DOLOSOS",
"total": 37,
"population": 7.5518e+05,
"rate": 4.8995,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2004,
"type": "DOLOSOS",
"total": 103,
"population": 2.5517e+06,
"rate": 4.0365,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2004,
"type": "DOLOSOS",
"total": 45,
"population": 5.8465e+05,
"rate": 7.6969,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2004,
"type": "DOLOSOS",
"total": 787,
"population": 4.4789e+06,
"rate": 17.571,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2004,
"type": "DOLOSOS",
"total": 444,
"population": 3.2208e+06,
"rate": 13.785,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2004,
"type": "DOLOSOS",
"total": 710,
"population": 8.9824e+06,
"rate": 7.9043,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2004,
"type": "DOLOSOS",
"total": 120,
"population": 1.5526e+06,
"rate": 7.7288,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 2004,
"type": "DOLOSOS",
"total": 194,
"population": 5.2826e+06,
"rate": 3.6724,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2004,
"type": "DOLOSOS",
"total": 539,
"population": 3.2921e+06,
"rate": 16.373,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2004,
"type": "DOLOSOS",
"total": 123,
"population": 2.4814e+06,
"rate": 4.9568,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2004,
"type": "DOLOSOS",
"total": 370,
"population": 6.8276e+06,
"rate": 5.4192,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2004,
"type": "DOLOSOS",
"total": 2855,
"population": 1.3989e+07,
"rate": 20.409,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2004,
"type": "DOLOSOS",
"total": 446,
"population": 4.2219e+06,
"rate": 10.564,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2004,
"type": "DOLOSOS",
"total": 219,
"population": 1.6649e+06,
"rate": 13.154,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2004,
"type": "DOLOSOS",
"total": 109,
"population": 9.8387e+05,
"rate": 11.079,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2004,
"type": "DOLOSOS",
"total": 117,
"population": 4.258e+06,
"rate": 2.7478,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2004,
"type": "DOLOSOS",
"total": 1130,
"population": 3.738e+06,
"rate": 30.23,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2004,
"type": "DOLOSOS",
"total": 468,
"population": 5.4943e+06,
"rate": 8.5179,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2004,
"type": "DOLOSOS",
"total": 62,
"population": 1.667e+06,
"rate": 3.7192,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2004,
"type": "DOLOSOS",
"total": 138,
"population": 1.0964e+06,
"rate": 12.587,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2004,
"type": "DOLOSOS",
"total": 199,
"population": 2.4613e+06,
"rate": 8.085,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2004,
"type": "DOLOSOS",
"total": 515,
"population": 2.6615e+06,
"rate": 19.35,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2004,
"type": "DOLOSOS",
"total": 250,
"population": 2.4618e+06,
"rate": 10.155,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2004,
"type": "DOLOSOS",
"total": 120,
"population": 2.0931e+06,
"rate": 5.733,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2004,
"type": "DOLOSOS",
"total": 225,
"population": 3.0246e+06,
"rate": 7.4391,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2004,
"type": "DOLOSOS",
"total": 260,
"population": 1.0829e+06,
"rate": 24.01,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2004,
"type": "DOLOSOS",
"total": 465,
"population": 7.3738e+06,
"rate": 6.3061,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2004,
"type": "DOLOSOS",
"total": 30,
"population": 1.8241e+06,
"rate": 1.6446,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2004,
"type": "DOLOSOS",
"total": 55,
"population": 1.4332e+06,
"rate": 3.8375,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2005": {
"Aguascalientes": {
"state_code": 1,
"year": 2005,
"type": "DOLOSOS",
"total": 19,
"population": 1.0975e+06,
"rate": 1.7312,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2005,
"type": "DOLOSOS",
"total": 539,
"population": 2.9152e+06,
"rate": 18.49,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2005,
"type": "DOLOSOS",
"total": 34,
"population": 5.476e+05,
"rate": 6.2089,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2005,
"type": "DOLOSOS",
"total": 51,
"population": 7.6867e+05,
"rate": 6.6349,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2005,
"type": "DOLOSOS",
"total": 139,
"population": 2.5891e+06,
"rate": 5.3686,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2005,
"type": "DOLOSOS",
"total": 35,
"population": 5.9446e+05,
"rate": 5.8877,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2005,
"type": "DOLOSOS",
"total": 415,
"population": 4.5513e+06,
"rate": 9.1183,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2005,
"type": "DOLOSOS",
"total": 550,
"population": 3.2726e+06,
"rate": 16.806,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2005,
"type": "DOLOSOS",
"total": 698,
"population": 8.9803e+06,
"rate": 7.7726,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2005,
"type": "DOLOSOS",
"total": 189,
"population": 1.5675e+06,
"rate": 12.057,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 2005,
"type": "DOLOSOS",
"total": 213,
"population": 5.3088e+06,
"rate": 4.0122,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2005,
"type": "DOLOSOS",
"total": 755,
"population": 3.3076e+06,
"rate": 22.826,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2005,
"type": "DOLOSOS",
"total": 118,
"population": 2.506e+06,
"rate": 4.7087,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2005,
"type": "DOLOSOS",
"total": 384,
"population": 6.9093e+06,
"rate": 5.5577,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2005,
"type": "DOLOSOS",
"total": 2313,
"population": 1.4245e+07,
"rate": 16.237,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2005,
"type": "DOLOSOS",
"total": 427,
"population": 4.2362e+06,
"rate": 10.08,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2005,
"type": "DOLOSOS",
"total": 160,
"population": 1.6834e+06,
"rate": 9.5047,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2005,
"type": "DOLOSOS",
"total": 93,
"population": 9.9873e+05,
"rate": 9.3118,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2005,
"type": "DOLOSOS",
"total": 143,
"population": 4.334e+06,
"rate": 3.2995,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2005,
"type": "DOLOSOS",
"total": 1053,
"population": 3.7491e+06,
"rate": 28.087,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2005,
"type": "DOLOSOS",
"total": 341,
"population": 5.5468e+06,
"rate": 6.1477,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2005,
"type": "DOLOSOS",
"total": 68,
"population": 1.6932e+06,
"rate": 4.0161,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2005,
"type": "DOLOSOS",
"total": 119,
"population": 1.1361e+06,
"rate": 10.475,
"name": "Quintana Roo",
"fillKey": "(-0.11,12]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2005,
"type": "DOLOSOS",
"total": 176,
"population": 2.4791e+06,
"rate": 7.0993,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2005,
"type": "DOLOSOS",
"total": 609,
"population": 2.6909e+06,
"rate": 22.632,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2005,
"type": "DOLOSOS",
"total": 275,
"population": 2.5032e+06,
"rate": 10.986,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2005,
"type": "DOLOSOS",
"total": 84,
"population": 2.1213e+06,
"rate": 3.9599,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2005,
"type": "DOLOSOS",
"total": 357,
"population": 3.0777e+06,
"rate": 11.6,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2005,
"type": "DOLOSOS",
"total": 350,
"population": 1.0991e+06,
"rate": 31.845,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2005,
"type": "DOLOSOS",
"total": 459,
"population": 7.4121e+06,
"rate": 6.1926,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2005,
"type": "DOLOSOS",
"total": 22,
"population": 1.8491e+06,
"rate": 1.1898,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2005,
"type": "DOLOSOS",
"total": 58,
"population": 1.4384e+06,
"rate": 4.0323,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2006": {
"Aguascalientes": {
"state_code": 1,
"year": 2006,
"type": "DOLOSOS",
"total": 26,
"population": 1.1151e+06,
"rate": 2.3317,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2006,
"type": "DOLOSOS",
"total": 483,
"population": 2.9801e+06,
"rate": 16.208,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2006,
"type": "DOLOSOS",
"total": 20,
"population": 5.6598e+05,
"rate": 3.5337,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2006,
"type": "DOLOSOS",
"total": 28,
"population": 7.8223e+05,
"rate": 3.5795,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2006,
"type": "DOLOSOS",
"total": 109,
"population": 2.627e+06,
"rate": 4.1492,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2006,
"type": "DOLOSOS",
"total": 31,
"population": 6.0565e+05,
"rate": 5.1184,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2006,
"type": "DOLOSOS",
"total": 358,
"population": 4.6197e+06,
"rate": 7.7495,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2006,
"type": "DOLOSOS",
"total": 593,
"population": 3.3249e+06,
"rate": 17.835,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2006,
"type": "DOLOSOS",
"total": 649,
"population": 8.9776e+06,
"rate": 7.2291,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2006,
"type": "DOLOSOS",
"total": 205,
"population": 1.5864e+06,
"rate": 12.923,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2006,
"type": "DOLOSOS",
"total": 242,
"population": 5.3372e+06,
"rate": 4.5342,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2006,
"type": "DOLOSOS",
"total": 837,
"population": 3.327e+06,
"rate": 25.158,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2006,
"type": "DOLOSOS",
"total": 101,
"population": 2.5339e+06,
"rate": 3.9859,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2006,
"type": "DOLOSOS",
"total": 425,
"population": 7.0055e+06,
"rate": 6.0667,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2006,
"type": "DOLOSOS",
"total": 2766,
"population": 1.4509e+07,
"rate": 19.064,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2006,
"type": "DOLOSOS",
"total": 661,
"population": 4.2607e+06,
"rate": 15.514,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2006,
"type": "DOLOSOS",
"total": 159,
"population": 1.7055e+06,
"rate": 9.3225,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2006,
"type": "DOLOSOS",
"total": 94,
"population": 1.0169e+06,
"rate": 9.2436,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2006,
"type": "DOLOSOS",
"total": 180,
"population": 4.4121e+06,
"rate": 4.0797,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2006,
"type": "DOLOSOS",
"total": 1077,
"population": 3.7562e+06,
"rate": 28.673,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2006,
"type": "DOLOSOS",
"total": 415,
"population": 5.5949e+06,
"rate": 7.4175,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2006,
"type": "DOLOSOS",
"total": 52,
"population": 1.7187e+06,
"rate": 3.0256,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2006,
"type": "DOLOSOS",
"total": 119,
"population": 1.1768e+06,
"rate": 10.112,
"name": "Quintana Roo",
"fillKey": "(-0.11,12]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2006,
"type": "DOLOSOS",
"total": 131,
"population": 2.5013e+06,
"rate": 5.2374,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2006,
"type": "DOLOSOS",
"total": 602,
"population": 2.723e+06,
"rate": 22.108,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2006,
"type": "DOLOSOS",
"total": 238,
"population": 2.5443e+06,
"rate": 9.3543,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2006,
"type": "DOLOSOS",
"total": 166,
"population": 2.1483e+06,
"rate": 7.7271,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2006,
"type": "DOLOSOS",
"total": 346,
"population": 3.1318e+06,
"rate": 11.048,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2006,
"type": "DOLOSOS",
"total": 187,
"population": 1.1142e+06,
"rate": 16.784,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2006,
"type": "DOLOSOS",
"total": 434,
"population": 7.455e+06,
"rate": 5.8216,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2006,
"type": "DOLOSOS",
"total": 22,
"population": 1.8738e+06,
"rate": 1.1741,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2006,
"type": "DOLOSOS",
"total": 50,
"population": 1.4486e+06,
"rate": 3.4515,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2007": {
"Aguascalientes": {
"state_code": 1,
"year": 2007,
"type": "DOLOSOS",
"total": 49,
"population": 1.1341e+06,
"rate": 4.3205,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2007,
"type": "DOLOSOS",
"total": 511,
"population": 3.0444e+06,
"rate": 16.785,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2007,
"type": "DOLOSOS",
"total": 28,
"population": 5.8562e+05,
"rate": 4.7813,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2007,
"type": "DOLOSOS",
"total": 36,
"population": 7.9608e+05,
"rate": 4.5222,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2007,
"type": "DOLOSOS",
"total": 121,
"population": 2.6658e+06,
"rate": 4.539,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2007,
"type": "DOLOSOS",
"total": 30,
"population": 6.1785e+05,
"rate": 4.8555,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2007,
"type": "DOLOSOS",
"total": 358,
"population": 4.6913e+06,
"rate": 7.6311,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2007,
"type": "DOLOSOS",
"total": 617,
"population": 3.3789e+06,
"rate": 18.26,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2007,
"type": "DOLOSOS",
"total": 714,
"population": 8.9733e+06,
"rate": 7.9569,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2007,
"type": "DOLOSOS",
"total": 250,
"population": 1.6067e+06,
"rate": 15.56,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2007,
"type": "DOLOSOS",
"total": 229,
"population": 5.3813e+06,
"rate": 4.2554,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2007,
"type": "DOLOSOS",
"total": 800,
"population": 3.3518e+06,
"rate": 23.868,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2007,
"type": "DOLOSOS",
"total": 147,
"population": 2.5676e+06,
"rate": 5.7252,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2007,
"type": "DOLOSOS",
"total": 389,
"population": 7.1075e+06,
"rate": 5.4731,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2007,
"type": "DOLOSOS",
"total": 1127,
"population": 1.4777e+07,
"rate": 7.6265,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2007,
"type": "DOLOSOS",
"total": 527,
"population": 4.2933e+06,
"rate": 12.275,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2007,
"type": "DOLOSOS",
"total": 113,
"population": 1.7289e+06,
"rate": 6.5361,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2007,
"type": "DOLOSOS",
"total": 108,
"population": 1.0371e+06,
"rate": 10.413,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2007,
"type": "DOLOSOS",
"total": 283,
"population": 4.4907e+06,
"rate": 6.302,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2007,
"type": "DOLOSOS",
"total": 948,
"population": 3.776e+06,
"rate": 25.106,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2007,
"type": "DOLOSOS",
"total": 401,
"population": 5.6552e+06,
"rate": 7.0908,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2007,
"type": "DOLOSOS",
"total": 57,
"population": 1.7488e+06,
"rate": 3.2595,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2007,
"type": "DOLOSOS",
"total": 176,
"population": 1.22e+06,
"rate": 14.426,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2007,
"type": "DOLOSOS",
"total": 153,
"population": 2.5269e+06,
"rate": 6.0548,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2007,
"type": "DOLOSOS",
"total": 741,
"population": 2.7553e+06,
"rate": 26.894,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 2007,
"type": "DOLOSOS",
"total": 308,
"population": 2.5882e+06,
"rate": 11.9,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2007,
"type": "DOLOSOS",
"total": 193,
"population": 2.1757e+06,
"rate": 8.8709,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2007,
"type": "DOLOSOS",
"total": 265,
"population": 3.1868e+06,
"rate": 8.3156,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2007,
"type": "DOLOSOS",
"total": 0,
"population": 1.1314e+06,
"rate": 0,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2007,
"type": "DOLOSOS",
"total": 478,
"population": 7.5093e+06,
"rate": 6.3654,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2007,
"type": "DOLOSOS",
"total": 30,
"population": 1.8999e+06,
"rate": 1.579,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2007,
"type": "DOLOSOS",
"total": 66,
"population": 1.461e+06,
"rate": 4.5173,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2008": {
"Aguascalientes": {
"state_code": 1,
"year": 2008,
"type": "DOLOSOS",
"total": 63,
"population": 1.155e+06,
"rate": 5.4544,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2008,
"type": "DOLOSOS",
"total": 853,
"population": 3.1082e+06,
"rate": 27.444,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2008,
"type": "DOLOSOS",
"total": 28,
"population": 6.0633e+05,
"rate": 4.6179,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2008,
"type": "DOLOSOS",
"total": 45,
"population": 8.1026e+05,
"rate": 5.5537,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2008,
"type": "DOLOSOS",
"total": 179,
"population": 2.7056e+06,
"rate": 6.6159,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2008,
"type": "DOLOSOS",
"total": 33,
"population": 6.3131e+05,
"rate": 5.2272,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2008,
"type": "DOLOSOS",
"total": 326,
"population": 4.7652e+06,
"rate": 6.8413,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2008,
"type": "DOLOSOS",
"total": 2030,
"population": 3.4336e+06,
"rate": 59.122,
"name": "Chihuahua",
"fillKey": "(49,62]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2008,
"type": "DOLOSOS",
"total": 713,
"population": 8.9687e+06,
"rate": 7.9499,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2008,
"type": "DOLOSOS",
"total": 430,
"population": 1.6291e+06,
"rate": 26.395,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2008,
"type": "DOLOSOS",
"total": 257,
"population": 5.4409e+06,
"rate": 4.7235,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2008,
"type": "DOLOSOS",
"total": 951,
"population": 3.3827e+06,
"rate": 28.114,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2008,
"type": "DOLOSOS",
"total": 139,
"population": 2.6074e+06,
"rate": 5.3309,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2008,
"type": "DOLOSOS",
"total": 462,
"population": 7.2192e+06,
"rate": 6.3996,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2008,
"type": "DOLOSOS",
"total": 1261,
"population": 1.5052e+07,
"rate": 8.3777,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2008,
"type": "DOLOSOS",
"total": 565,
"population": 4.3361e+06,
"rate": 13.03,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2008,
"type": "DOLOSOS",
"total": 135,
"population": 1.7544e+06,
"rate": 7.6951,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2008,
"type": "DOLOSOS",
"total": 147,
"population": 1.06e+06,
"rate": 13.868,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2008,
"type": "DOLOSOS",
"total": 263,
"population": 4.5701e+06,
"rate": 5.7547,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2008,
"type": "DOLOSOS",
"total": 733,
"population": 3.8059e+06,
"rate": 19.26,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2008,
"type": "DOLOSOS",
"total": 429,
"population": 5.7258e+06,
"rate": 7.4924,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2008,
"type": "DOLOSOS",
"total": 58,
"population": 1.7822e+06,
"rate": 3.2545,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2008,
"type": "DOLOSOS",
"total": 192,
"population": 1.2638e+06,
"rate": 15.192,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2008,
"type": "DOLOSOS",
"total": 218,
"population": 2.5574e+06,
"rate": 8.5243,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2008,
"type": "DOLOSOS",
"total": 1156,
"population": 2.7886e+06,
"rate": 41.455,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2008,
"type": "DOLOSOS",
"total": 393,
"population": 2.6343e+06,
"rate": 14.919,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2008,
"type": "DOLOSOS",
"total": 148,
"population": 2.2033e+06,
"rate": 6.7171,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2008,
"type": "DOLOSOS",
"total": 308,
"population": 3.2409e+06,
"rate": 9.5035,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2008,
"type": "DOLOSOS",
"total": 42,
"population": 1.1503e+06,
"rate": 3.6512,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2008,
"type": "DOLOSOS",
"total": 477,
"population": 7.5754e+06,
"rate": 6.2967,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2008,
"type": "DOLOSOS",
"total": 47,
"population": 1.9271e+06,
"rate": 2.4389,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2008,
"type": "DOLOSOS",
"total": 74,
"population": 1.4771e+06,
"rate": 5.0099,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2009": {
"Aguascalientes": {
"state_code": 1,
"year": 2009,
"type": "DOLOSOS",
"total": 66,
"population": 1.1766e+06,
"rate": 5.6096,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2009,
"type": "DOLOSOS",
"total": 750,
"population": 3.17e+06,
"rate": 23.659,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2009,
"type": "DOLOSOS",
"total": 31,
"population": 6.2797e+05,
"rate": 4.9366,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2009,
"type": "DOLOSOS",
"total": 41,
"population": 8.2442e+05,
"rate": 4.9732,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2009,
"type": "DOLOSOS",
"total": 240,
"population": 2.7453e+06,
"rate": 8.7421,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2009,
"type": "DOLOSOS",
"total": 52,
"population": 6.4557e+05,
"rate": 8.0549,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2009,
"type": "DOLOSOS",
"total": 499,
"population": 4.8384e+06,
"rate": 10.313,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2009,
"type": "DOLOSOS",
"total": 3156,
"population": 3.4854e+06,
"rate": 90.55,
"name": "Chihuahua",
"fillKey": "(86,98]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2009,
"type": "DOLOSOS",
"total": 747,
"population": 8.9599e+06,
"rate": 8.3371,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2009,
"type": "DOLOSOS",
"total": 930,
"population": 1.6507e+06,
"rate": 56.341,
"name": "Durango",
"fillKey": "(49,62]"
},
"Guanajuato": {
"state_code": 11,
"year": 2009,
"type": "DOLOSOS",
"total": 414,
"population": 5.5045e+06,
"rate": 7.5211,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2009,
"type": "DOLOSOS",
"total": 1431,
"population": 3.4159e+06,
"rate": 41.893,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2009,
"type": "DOLOSOS",
"total": 137,
"population": 2.6506e+06,
"rate": 5.1686,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2009,
"type": "DOLOSOS",
"total": 570,
"population": 7.3358e+06,
"rate": 7.7701,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2009,
"type": "DOLOSOS",
"total": 1345,
"population": 1.5324e+07,
"rate": 8.7769,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2009,
"type": "DOLOSOS",
"total": 728,
"population": 4.3823e+06,
"rate": 16.612,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2009,
"type": "DOLOSOS",
"total": 317,
"population": 1.7804e+06,
"rate": 17.805,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2009,
"type": "DOLOSOS",
"total": 148,
"population": 1.0848e+06,
"rate": 13.643,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2009,
"type": "DOLOSOS",
"total": 267,
"population": 4.6492e+06,
"rate": 5.743,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2009,
"type": "DOLOSOS",
"total": 752,
"population": 3.8391e+06,
"rate": 19.588,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2009,
"type": "DOLOSOS",
"total": 414,
"population": 5.7986e+06,
"rate": 7.1397,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2009,
"type": "DOLOSOS",
"total": 90,
"population": 1.8166e+06,
"rate": 4.9543,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2009,
"type": "DOLOSOS",
"total": 177,
"population": 1.3079e+06,
"rate": 13.533,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2009,
"type": "DOLOSOS",
"total": 158,
"population": 2.5896e+06,
"rate": 6.1014,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2009,
"type": "DOLOSOS",
"total": 1251,
"population": 2.8218e+06,
"rate": 44.333,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2009,
"type": "DOLOSOS",
"total": 498,
"population": 2.6815e+06,
"rate": 18.572,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2009,
"type": "DOLOSOS",
"total": 117,
"population": 2.2302e+06,
"rate": 5.2463,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2009,
"type": "DOLOSOS",
"total": 288,
"population": 3.2914e+06,
"rate": 8.7502,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2009,
"type": "DOLOSOS",
"total": 48,
"population": 1.1693e+06,
"rate": 4.1049,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2009,
"type": "DOLOSOS",
"total": 347,
"population": 7.6481e+06,
"rate": 4.5371,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2009,
"type": "DOLOSOS",
"total": 33,
"population": 1.9548e+06,
"rate": 1.6881,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2009,
"type": "DOLOSOS",
"total": 76,
"population": 1.4945e+06,
"rate": 5.0855,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2010": {
"Aguascalientes": {
"state_code": 1,
"year": 2010,
"type": "DOLOSOS",
"total": 75,
"population": 1.1965e+06,
"rate": 6.2681,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2010,
"type": "DOLOSOS",
"total": 884,
"population": 3.2263e+06,
"rate": 27.4,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2010,
"type": "DOLOSOS",
"total": 48,
"population": 6.5061e+05,
"rate": 7.3777,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2010,
"type": "DOLOSOS",
"total": 59,
"population": 8.3771e+05,
"rate": 7.043,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2010,
"type": "DOLOSOS",
"total": 407,
"population": 2.7833e+06,
"rate": 14.623,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2010,
"type": "DOLOSOS",
"total": 93,
"population": 6.5941e+05,
"rate": 14.103,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 2010,
"type": "DOLOSOS",
"total": 513,
"population": 4.9079e+06,
"rate": 10.452,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2010,
"type": "DOLOSOS",
"total": 3903,
"population": 3.526e+06,
"rate": 110.69,
"name": "Chihuahua",
"fillKey": "(98,1.1e+02]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2010,
"type": "DOLOSOS",
"total": 811,
"population": 8.944e+06,
"rate": 9.0675,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2010,
"type": "DOLOSOS",
"total": 1024,
"population": 1.6708e+06,
"rate": 61.289,
"name": "Durango",
"fillKey": "(49,62]"
},
"Guanajuato": {
"state_code": 11,
"year": 2010,
"type": "DOLOSOS",
"total": 437,
"population": 5.561e+06,
"rate": 7.8584,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2010,
"type": "DOLOSOS",
"total": 1500,
"population": 3.4455e+06,
"rate": 43.535,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2010,
"type": "DOLOSOS",
"total": 134,
"population": 2.6917e+06,
"rate": 4.9782,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2010,
"type": "DOLOSOS",
"total": 888,
"population": 7.4458e+06,
"rate": 11.926,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2010,
"type": "DOLOSOS",
"total": 1153,
"population": 1.5585e+07,
"rate": 7.3982,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2010,
"type": "DOLOSOS",
"total": 661,
"population": 4.4218e+06,
"rate": 14.949,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2010,
"type": "DOLOSOS",
"total": 559,
"population": 1.8044e+06,
"rate": 30.981,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2010,
"type": "DOLOSOS",
"total": 367,
"population": 1.1097e+06,
"rate": 33.073,
"name": "Nayarit",
"fillKey": "(25,37]"
},
"Nuevo León": {
"state_code": 19,
"year": 2010,
"type": "DOLOSOS",
"total": 828,
"population": 4.726e+06,
"rate": 17.52,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2010,
"type": "DOLOSOS",
"total": 666,
"population": 3.8699e+06,
"rate": 17.21,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2010,
"type": "DOLOSOS",
"total": 415,
"population": 5.8672e+06,
"rate": 7.0732,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2010,
"type": "DOLOSOS",
"total": 59,
"population": 1.8496e+06,
"rate": 3.1899,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2010,
"type": "DOLOSOS",
"total": 234,
"population": 1.3527e+06,
"rate": 17.298,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2010,
"type": "DOLOSOS",
"total": 417,
"population": 2.6181e+06,
"rate": 15.927,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2010,
"type": "DOLOSOS",
"total": 2251,
"population": 2.8521e+06,
"rate": 78.923,
"name": "Sinaloa",
"fillKey": "(74,86]"
},
"Sonora": {
"state_code": 26,
"year": 2010,
"type": "DOLOSOS",
"total": 654,
"population": 2.728e+06,
"rate": 23.974,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2010,
"type": "DOLOSOS",
"total": 143,
"population": 2.2547e+06,
"rate": 6.3423,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2010,
"type": "DOLOSOS",
"total": 721,
"population": 3.3361e+06,
"rate": 21.612,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2010,
"type": "DOLOSOS",
"total": 48,
"population": 1.1873e+06,
"rate": 4.0429,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2010,
"type": "DOLOSOS",
"total": 583,
"population": 7.717e+06,
"rate": 7.5548,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2010,
"type": "DOLOSOS",
"total": 36,
"population": 1.982e+06,
"rate": 1.8163,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2010,
"type": "DOLOSOS",
"total": 110,
"population": 1.5095e+06,
"rate": 7.2873,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2011": {
"Aguascalientes": {
"state_code": 1,
"year": 2011,
"type": "DOLOSOS",
"total": 71,
"population": 1.2158e+06,
"rate": 5.8396,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2011,
"type": "DOLOSOS",
"total": 673,
"population": 3.2779e+06,
"rate": 20.531,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2011,
"type": "DOLOSOS",
"total": 38,
"population": 6.7359e+05,
"rate": 5.6414,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2011,
"type": "DOLOSOS",
"total": 59,
"population": 8.5279e+05,
"rate": 6.9185,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2011,
"type": "DOLOSOS",
"total": 663,
"population": 2.8196e+06,
"rate": 23.514,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2011,
"type": "DOLOSOS",
"total": 165,
"population": 6.7279e+05,
"rate": 24.525,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 2011,
"type": "DOLOSOS",
"total": 613,
"population": 4.9828e+06,
"rate": 12.302,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2011,
"type": "DOLOSOS",
"total": 3085,
"population": 3.5615e+06,
"rate": 86.621,
"name": "Chihuahua",
"fillKey": "(86,98]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2011,
"type": "DOLOSOS",
"total": 779,
"population": 8.9276e+06,
"rate": 8.7257,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2011,
"type": "DOLOSOS",
"total": 764,
"population": 1.6911e+06,
"rate": 45.178,
"name": "Durango",
"fillKey": "(37,49]"
},
"Guanajuato": {
"state_code": 11,
"year": 2011,
"type": "DOLOSOS",
"total": 604,
"population": 5.6166e+06,
"rate": 10.754,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2011,
"type": "DOLOSOS",
"total": 2158,
"population": 3.4742e+06,
"rate": 62.115,
"name": "Guerrero",
"fillKey": "(62,74]"
},
"Hidalgo": {
"state_code": 13,
"year": 2011,
"type": "DOLOSOS",
"total": 111,
"population": 2.732e+06,
"rate": 4.063,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2011,
"type": "DOLOSOS",
"total": 1222,
"population": 7.5475e+06,
"rate": 16.191,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2011,
"type": "DOLOSOS",
"total": 1512,
"population": 1.5855e+07,
"rate": 9.5364,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2011,
"type": "DOLOSOS",
"total": 773,
"population": 4.4595e+06,
"rate": 17.334,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2011,
"type": "DOLOSOS",
"total": 556,
"population": 1.8281e+06,
"rate": 30.413,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2011,
"type": "DOLOSOS",
"total": 456,
"population": 1.1332e+06,
"rate": 40.241,
"name": "Nayarit",
"fillKey": "(37,49]"
},
"Nuevo León": {
"state_code": 19,
"year": 2011,
"type": "DOLOSOS",
"total": 2003,
"population": 4.8e+06,
"rate": 41.729,
"name": "Nuevo León",
"fillKey": "(37,49]"
},
"Oaxaca": {
"state_code": 20,
"year": 2011,
"type": "DOLOSOS",
"total": 641,
"population": 3.9022e+06,
"rate": 16.426,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2011,
"type": "DOLOSOS",
"total": 619,
"population": 5.9374e+06,
"rate": 10.425,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2011,
"type": "DOLOSOS",
"total": 98,
"population": 1.8823e+06,
"rate": 5.2064,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2011,
"type": "DOLOSOS",
"total": 269,
"population": 1.3973e+06,
"rate": 19.252,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2011,
"type": "DOLOSOS",
"total": 402,
"population": 2.6484e+06,
"rate": 15.179,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2011,
"type": "DOLOSOS",
"total": 1907,
"population": 2.8797e+06,
"rate": 66.223,
"name": "Sinaloa",
"fillKey": "(62,74]"
},
"Sonora": {
"state_code": 26,
"year": 2011,
"type": "DOLOSOS",
"total": 472,
"population": 2.7694e+06,
"rate": 17.044,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2011,
"type": "DOLOSOS",
"total": 162,
"population": 2.2837e+06,
"rate": 7.0936,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2011,
"type": "DOLOSOS",
"total": 855,
"population": 3.3784e+06,
"rate": 25.308,
"name": "Tamaulipas",
"fillKey": "(25,37]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2011,
"type": "DOLOSOS",
"total": 71,
"population": 1.2069e+06,
"rate": 5.883,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2011,
"type": "DOLOSOS",
"total": 890,
"population": 7.7933e+06,
"rate": 11.42,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2011,
"type": "DOLOSOS",
"total": 46,
"population": 2.0102e+06,
"rate": 2.2883,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2011,
"type": "DOLOSOS",
"total": 119,
"population": 1.5233e+06,
"rate": 7.8118,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2012": {
"Aguascalientes": {
"state_code": 1,
"year": 2012,
"type": "DOLOSOS",
"total": 44,
"population": 1.2346e+06,
"rate": 3.5638,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2012,
"type": "DOLOSOS",
"total": 590,
"population": 3.3307e+06,
"rate": 17.714,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2012,
"type": "DOLOSOS",
"total": 35,
"population": 6.9636e+05,
"rate": 5.0261,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2012,
"type": "DOLOSOS",
"total": 69,
"population": 8.6695e+05,
"rate": 7.959,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2012,
"type": "DOLOSOS",
"total": 767,
"population": 2.8558e+06,
"rate": 26.858,
"name": "Coahuila de Zaragoza",
"fillKey": "(25,37]"
},
"Colima": {
"state_code": 6,
"year": 2012,
"type": "DOLOSOS",
"total": 287,
"population": 6.8591e+05,
"rate": 41.842,
"name": "Colima",
"fillKey": "(37,49]"
},
"Chiapas": {
"state_code": 7,
"year": 2012,
"type": "DOLOSOS",
"total": 573,
"population": 5.0533e+06,
"rate": 11.339,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2012,
"type": "DOLOSOS",
"total": 1997,
"population": 3.6001e+06,
"rate": 55.471,
"name": "Chihuahua",
"fillKey": "(49,62]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2012,
"type": "DOLOSOS",
"total": 779,
"population": 8.9108e+06,
"rate": 8.7422,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2012,
"type": "DOLOSOS",
"total": 618,
"population": 1.7105e+06,
"rate": 36.131,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2012,
"type": "DOLOSOS",
"total": 771,
"population": 5.6701e+06,
"rate": 13.598,
"name": "Guanajuato",
"fillKey": "(12,25]"
},
"Guerrero": {
"state_code": 12,
"year": 2012,
"type": "DOLOSOS",
"total": 2310,
"population": 3.5003e+06,
"rate": 65.994,
"name": "Guerrero",
"fillKey": "(62,74]"
},
"Hidalgo": {
"state_code": 13,
"year": 2012,
"type": "DOLOSOS",
"total": 83,
"population": 2.7704e+06,
"rate": 2.9959,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2012,
"type": "DOLOSOS",
"total": 1184,
"population": 7.648e+06,
"rate": 15.481,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2012,
"type": "DOLOSOS",
"total": 2130,
"population": 1.6117e+07,
"rate": 13.216,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2012,
"type": "DOLOSOS",
"total": 755,
"population": 4.496e+06,
"rate": 16.793,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2012,
"type": "DOLOSOS",
"total": 862,
"population": 1.8518e+06,
"rate": 46.55,
"name": "Morelos",
"fillKey": "(37,49]"
},
"Nayarit": {
"state_code": 18,
"year": 2012,
"type": "DOLOSOS",
"total": 244,
"population": 1.1564e+06,
"rate": 21.1,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2012,
"type": "DOLOSOS",
"total": 1459,
"population": 4.8719e+06,
"rate": 29.947,
"name": "Nuevo León",
"fillKey": "(25,37]"
},
"Oaxaca": {
"state_code": 20,
"year": 2012,
"type": "DOLOSOS",
"total": 472,
"population": 3.9319e+06,
"rate": 12.004,
"name": "Oaxaca",
"fillKey": "(-0.11,12]"
},
"Puebla": {
"state_code": 21,
"year": 2012,
"type": "DOLOSOS",
"total": 578,
"population": 6.0047e+06,
"rate": 9.6258,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2012,
"type": "DOLOSOS",
"total": 110,
"population": 1.914e+06,
"rate": 5.747,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2012,
"type": "DOLOSOS",
"total": 250,
"population": 1.442e+06,
"rate": 17.337,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2012,
"type": "DOLOSOS",
"total": 396,
"population": 2.6763e+06,
"rate": 14.796,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2012,
"type": "DOLOSOS",
"total": 1464,
"population": 2.9068e+06,
"rate": 50.365,
"name": "Sinaloa",
"fillKey": "(49,62]"
},
"Sonora": {
"state_code": 26,
"year": 2012,
"type": "DOLOSOS",
"total": 501,
"population": 2.8115e+06,
"rate": 17.82,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2012,
"type": "DOLOSOS",
"total": 124,
"population": 2.3101e+06,
"rate": 5.3678,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2012,
"type": "DOLOSOS",
"total": 1016,
"population": 3.421e+06,
"rate": 29.699,
"name": "Tamaulipas",
"fillKey": "(25,37]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2012,
"type": "DOLOSOS",
"total": 59,
"population": 1.2254e+06,
"rate": 4.8149,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2012,
"type": "DOLOSOS",
"total": 968,
"population": 7.8611e+06,
"rate": 12.314,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(12,25]"
},
"Yucatán": {
"state_code": 31,
"year": 2012,
"type": "DOLOSOS",
"total": 38,
"population": 2.0378e+06,
"rate": 1.8647,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2012,
"type": "DOLOSOS",
"total": 195,
"population": 1.5372e+06,
"rate": 12.685,
"name": "Zacatecas",
"fillKey": "(12,25]"
}
},
"2013": {
"Aguascalientes": {
"state_code": 1,
"year": 2013,
"type": "DOLOSOS",
"total": 39,
"population": 1.253e+06,
"rate": 3.1126,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2013,
"type": "DOLOSOS",
"total": 774,
"population": 3.3832e+06,
"rate": 22.878,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2013,
"type": "DOLOSOS",
"total": 56,
"population": 7.1915e+05,
"rate": 7.7869,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2013,
"type": "DOLOSOS",
"total": 67,
"population": 8.8087e+05,
"rate": 7.6061,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2013,
"type": "DOLOSOS",
"total": 645,
"population": 2.8916e+06,
"rate": 22.306,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2013,
"type": "DOLOSOS",
"total": 178,
"population": 6.988e+05,
"rate": 25.472,
"name": "Colima",
"fillKey": "(25,37]"
},
"Chiapas": {
"state_code": 7,
"year": 2013,
"type": "DOLOSOS",
"total": 540,
"population": 5.1219e+06,
"rate": 10.543,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2013,
"type": "DOLOSOS",
"total": 1443,
"population": 3.6375e+06,
"rate": 39.67,
"name": "Chihuahua",
"fillKey": "(37,49]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2013,
"type": "DOLOSOS",
"total": 749,
"population": 8.8928e+06,
"rate": 8.4225,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2013,
"type": "DOLOSOS",
"total": 476,
"population": 1.7292e+06,
"rate": 27.528,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2013,
"type": "DOLOSOS",
"total": 641,
"population": 5.7216e+06,
"rate": 11.203,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2013,
"type": "DOLOSOS",
"total": 2087,
"population": 3.5247e+06,
"rate": 59.211,
"name": "Guerrero",
"fillKey": "(49,62]"
},
"Hidalgo": {
"state_code": 13,
"year": 2013,
"type": "DOLOSOS",
"total": 124,
"population": 2.8078e+06,
"rate": 4.4163,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2013,
"type": "DOLOSOS",
"total": 1096,
"population": 7.746e+06,
"rate": 14.149,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2013,
"type": "DOLOSOS",
"total": 1932,
"population": 1.6375e+07,
"rate": 11.799,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2013,
"type": "DOLOSOS",
"total": 961,
"population": 4.5312e+06,
"rate": 21.209,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2013,
"type": "DOLOSOS",
"total": 597,
"population": 1.8751e+06,
"rate": 31.838,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2013,
"type": "DOLOSOS",
"total": 151,
"population": 1.1793e+06,
"rate": 12.804,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2013,
"type": "DOLOSOS",
"total": 719,
"population": 4.9441e+06,
"rate": 14.543,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2013,
"type": "DOLOSOS",
"total": 536,
"population": 3.9601e+06,
"rate": 13.535,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2013,
"type": "DOLOSOS",
"total": 428,
"population": 6.0701e+06,
"rate": 7.0509,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2013,
"type": "DOLOSOS",
"total": 111,
"population": 1.9451e+06,
"rate": 5.7066,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2013,
"type": "DOLOSOS",
"total": 214,
"population": 1.4868e+06,
"rate": 14.393,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2013,
"type": "DOLOSOS",
"total": 261,
"population": 2.7032e+06,
"rate": 9.6554,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2013,
"type": "DOLOSOS",
"total": 1208,
"population": 2.9334e+06,
"rate": 41.181,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2013,
"type": "DOLOSOS",
"total": 575,
"population": 2.8531e+06,
"rate": 20.154,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2013,
"type": "DOLOSOS",
"total": 139,
"population": 2.3355e+06,
"rate": 5.9517,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2013,
"type": "DOLOSOS",
"total": 555,
"population": 3.463e+06,
"rate": 16.027,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2013,
"type": "DOLOSOS",
"total": 70,
"population": 1.2435e+06,
"rate": 5.6295,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2013,
"type": "DOLOSOS",
"total": 564,
"population": 7.9256e+06,
"rate": 7.1162,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2013,
"type": "DOLOSOS",
"total": 40,
"population": 2.0653e+06,
"rate": 1.9368,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2013,
"type": "DOLOSOS",
"total": 167,
"population": 1.5507e+06,
"rate": 10.769,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
}
}
}
chartParams.element = document.getElementById('chart_1')
var mapchart_1 = new Datamap(chartParams);
// draw a bubble map if specified
if (chartParams.bubbles) {
var bubbles = chartParams.bubbles
mapchart_1.bubbles(bubbles)
}
if (chartParams.labels){
mapchart_1.labels()
}
if (chartParams.legend){
mapchart_1.legend()
}
setProjection = function( element, options ) {
var projection, path;
projection = d3.geo.albersUsa()
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
}
</script>
<style>
.datamaps {
position: relative;
}
</style>
<script></script>
</body>
</html>
.PHONY: all clean
all: estados.zip mx_states.json index.html
estados.zip:
curl -o estados.zip http://mapserver.inegi.org.mx/MGN/mge2010v5_0.zip
mx_states.json: estados.zip
unzip -o estados.zip
ogr2ogr states.shp Entidades_2010_5.shp -t_srs "+proj=longlat +ellps=WGS84 +no_defs +towgs84=0,0,0"
## id-property needed so that DataMaps knows how to color the map
topojson -o mx_states.json -s 1e-7 -q 1e5 states.shp -p state_code=+CVE_ENT,name=NOM_ENT --id-property NOM_ENT
index.html: mx_states.json
R CMD BATCH --no-save rmaps.R
clean:
-rm -f *.shp *.zip *.sbn *.sbx *.prj *.shx *.dbf *.csv.gz *.json index.html
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library(rMaps)
##library(plyr)
library(dplyr)
library(foreign)
library(stringr)
## From crimenmexico.diegovalle.net/en/csv
## All local crimes at the state level
download.file("http://crimenmexico.diegovalle.net/en/csv/fuero-comun-estados.csv.gz",
"fuero-comun-estados.csv.gz")
crime <- read.csv("fuero-comun-estados.csv.gz")
## The dbf from the state shapefile needed to merge state_code with state names
codes <- read.dbf("states.dbf")
codes$NOM_ENT <- iconv(codes$NOM_ENT, "windows-1252", "utf-8")
codes$CVE_ENT <- as.numeric(codes$CVE_ENT)
codes$OID <- NULL
names(codes) <- c("state_code", "name")
##Replace all spaces in state names with "_" in the topojson file
con <- file("mx_states.json", "r")
tpjson <- readLines(con)
close(con)
for(i in 1:32) {
tpjson <- str_replace_all(tpjson, codes$name[i],
str_replace_all(codes$name[i], " ", "_"))
}
## Special case for "Baja_California Sur"
tpjson <- str_replace_all(tpjson, "Baja_California Sur",
"Baja_California_Sur")
con <- file("mx_states.json", "w")
writeLines(tpjson, con)
close(con)
## Replace all spaces with "_" in the codes file for merging
codes$name <- str_replace_all(codes$name, " ", "_")
## Only intentional homicides
crime <- subset(crime, crime == "HOMICIDIOS" & type == "DOLOSOS")
## Sum homicides by firearm, etc and group by state and date
hom <- crime %.%
filter(year %in% 1997:2013) %.%
group_by(state_code, year, type) %.%
summarise(total = sum(count, na.rm = TRUE),
population = mean(population) ) %.%
mutate(rate = total / population * 10^5) %.%
arrange(state_code, year)
## Names needed for the map
hom <- plyr::join(hom, codes)
dat <- transform(hom,
fillKey = cut(rate, breaks = 9, dig.lab = 2)
)
keyNames <- levels(dat$fillKey)
fills = setNames(
c(RColorBrewer::brewer.pal(9, 'YlOrRd'), 'red'),
c(levels(dat$fillKey), 'defaultFill')
)
dat2 <- plyr::dlply(na.omit(dat), "year", function(x){
y = rCharts::toJSONArray2(x, json = F)
names(y) = lapply(y, '[[', 'name')
return(y)
})
fills = setNames(
c(RColorBrewer::brewer.pal(9, 'YlOrRd'), 'red'),
c(levels(dat$fillKey), 'defaultFill')
)
## See the blog post 'Animated Choropleths' by Ramnath Vaidyanathan
## http://rmaps.github.io/blog/posts/animated-choropleths/index.html
d1 <- Datamaps$new()
d1$set(
geographyConfig = list(
dataUrl = "mx_states.json",
popupTemplate = "#! function(geography, data) { //this function should just return a string
return '<div class=hoverinfo><strong>' + geography.properties.name + '</strong></div>';
} !#"
),
dom = 'chart_1',
scope = 'states',
labels = TRUE,
bodyattrs = "ng-app ng-controller='rChartsCtrl'",
setProjection = '#! function( element, options ) {
var projection, path;
projection = d3.geo.mercator()
.center([-89, 21])
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
} !#',
fills = fills,
data = dat2[[17]],
legend = TRUE,
labels = TRUE
)
d1$save("index.html", cdn = TRUE)
d1$addAssets(
jshead = "http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js"
)
d1$setTemplate(chartDiv = "
<div id = 'chart_1' class = 'rChart datamaps'>
<input id='slider' type='range' min=1997 max=2013 ng-model='year' width=200>
<span ng-bind='year'></span>
<script>
function rChartsCtrl($scope){
$scope.year = '2013';
$scope.$watch('year', function(newYear){
mapchart_1.updateChoropleth(chartParams.newData[newYear]);
})
}
</script>
</div> "
)
d1$set(newData = dat2)
d1$save("index.html", cdn = TRUE, standalone=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment