cuota de genero partidos menos inclusivos

HTML

<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<div id="container" style="min-width: 310px; max-width: 800px; height: 500px; margin: 0 auto"></div>

JavaScript

$(function () {
    $('#container').highcharts({
        chart: {
            type: 'bar'
        },
        title: {
            text: 'Cuota femenina en total de listas por agrupación política (para que veas...)'
        },
        subtitle: {
            text: 'Candidatos a elecciones municipales y regionales 2014'
        },
        xAxis: {
            categories: [
                'AIRE LIMPIO MAS VIDA',
                'IGUALDAD NACIONAL CRISTIANA AUTONOMA',
                'VAMOS BELLAVISTA',
                'PROPUESTA DEMOCRATICA JUNTOS POR ILO',
                'POR LA UNIDAD Y LA MODERNIDAD DE JUNIN VENCEREMOS',
                'LA PERLA EMPRENDE, SI SE PUEDE',
                'INTEGRACION REGIONAL POR TI',
                'EL COLLAO RENACE MIRA',
                'CRECIENDO POR BREÑA',
                'SECHURA RUMBO AL PROGRESO',
                'LA ESPERANZA DE LA PROVINCIA DE CHEPEN',
                'JUNTOS POR EL CAMBIO DE CHEPEN',

            ],
            title: {
                text: null
            },
            labels: {
                overflow: true
            },
        },
        yAxis: {
            min: 0,
            title: {
                text: 'Porcentaje de candidatas',
                align: 'high'
            },
            labels: {
                overflow: false
            }
        },
        tooltip: {
            valueSuffix: ''
        },
        plotOptions: {
            bar: {
                dataLabels: {
                    enabled: true
                }
            }
        },
        legend: {
            layout: 'vertical',
            align: 'right',
            verticalAlign: 'top',
            x: -10,
            y: 430,
            floating: true,
            borderWidth: 1,
            backgroundColor: (Highcharts.theme && Highcharts.theme.legendBackgroundColor || '#FFFFFF'),
            shadow: true
        },
        credits: {
            enabled: false
        },
        series: [{
           ...