mapa = ColombiaChart(datos_electorales_primera_vuelta_limpios, {
id: d => d['Code'],
value: d => parseInt(d[candidato_vis]),
width_: width,
height_:500,
nivel1: true,
nivel2: true,
nivel3: true,
tipo: tipo,
sanPro: true,
sanProBBox: {top: 10, left: 10, width: 110, padding: 10},
burbujaColumnaR: d => parseInt(d['Participación/Total votación ']),
colorScale: d3.scaleLinear().range(["#fff", color_escala]).interpolate(d3.interpolateRgb)
})