.
var data_grafico = [{ "x": "ARICA Y PARINACOTA", "Inscritos": 181929 , Votacion: 55238}, { "x": "DE TARAPACA", "Inscritos": 238868 , Votacion: 75069}, { "x": "DE ANTOFAGASTA", "Inscritos": 442463 , Votacion: 126980}, { "x": "DE ATACAMA", "Inscritos": 230887 , Votacion: 91293}, { "x": "DE COQUIMBO", "Inscritos": 565424 , Votacion: 193712}, { "x": "DE VALPARAISO", "Inscritos": 1521722 , Votacion: 548300}, { "x": "METROPOLITANA DE SANTIAGO", "Inscritos": 5569144 , Votacion: 1644318}, { "x": "DEL LIBERTADOR BDO. O'HIGGINS", "Inscritos": 727965 , Votacion: 323469}, { "x": "DEL MAULE", "Inscritos": 837568 , Votacion: 376735}, { "x": "DEL BIOBIO", "Inscritos": 1689031 , Votacion: 697173}, { "x": "DE LA ARAUCANIA", "Inscritos": 836841 , Votacion: 323428}, { "x": "DE LOS RIOS", "Inscritos": 332789 , Votacion: 131190}, { "x": "DE LOS LAGOS", "Inscritos": 694885 , Votacion: 259066}, { "x": "AISEN DEL GRAL. CARLOS IBAÑEZ", "Inscritos": 93964 , Votacion: 33486}, { "x": "DE MAGALLANES Y ANTARTICA CH.", "Inscritos": 157836 , Votacion: 47478}, ];var bar = Morris.Bar({element: 'graph',data: data_grafico,xkey: 'x',ykeys: ['Inscritos', 'Votacion'],labels: ['Inscritos', 'Votacion'],xLabelsDiagonal: true,xLabelMargin: 10,xLabelAngle: 90,redraw: true,resize: true,padding: 60,hideHover: 'auto',parseTime : false});