{
  "title": {
    "text": "<div style='float:left;width:50%;text-align:center'>Maschi</div><div style='float:right;width:50%;text-align:center'>Femmine</div>",
    "show": true,
    "fontFamily": "Trebuchet MS",
    "fontSize": "24px",
    "textAlign": "center",
    "textColor": "rgba(51,51,51,1)",
    "escapeHtml": false
  },
  "seriesColors": [
    "#F00",
    "#FC0",
    "#C9F",
    "#0F0",
    "#F0F",
    "#09F",
    "#F69",
    "#6F9"
  ],
  "serie1": {
    "titolo": "Maschi",
    "assex": 1,
    "assey": 1,
    "valorx": [
      4.425251,
      5.064975,
      4.401382,
      3.787731,
      2.306403,
      3.110203,
      2.824716,
      3.846422,
      3.067799,
      2.936013,
      2.505067,
      2.018346,
      1.90446,
      1.357237,
      0.909704,
      0.988836
    ],
    "renderer": "Pyramid",
    "rendererOptions": {
      "side": "left",
      "barPadding": 4,
      "fill": true,
      "highlightMouseOver": true,
      "highlightMouseDown": false,
      "synchronizeHighlight": 1,
      "offsetBars": false
    }
  },
  "serie2": {
    "titolo": "Femmine",
    "assex": 1,
    "assey": 1,
    "valorx": [
      4.28698,
      4.343237,
      4.710053,
      3.99281,
      2.811107,
      3.191518,
      4.855351,
      4.62347,
      4.032976,
      4.414623,
      3.210845,
      2.426347,
      2.635736,
      1.811459,
      1.515899,
      1.683044
    ],
    "renderer": "Pyramid",
    "rendererOptions": {
      "side": "right",
      "barPadding": 4,
      "fill": true,
      "highlightMouseOver": true,
      "highlightMouseDown": false,
      "synchronizeHighlight": 0,
      "offsetBars": false
    }
  },
  "altezza": "450px",
  "larghezza": "700px",
  "defaultAxisStart": 1,
  "grid": {
    "drawGridlines": true,
    "gridLineColor": "rgba(204,204,204,1)",
    "gridLineWidth": 1,
    "background": "rgba(255,255,255,1)",
    "borderColor": "rgba(153,153,153,1)",
    "borderWidth": 2,
    "drawBorder": false,
    "shadow": false,
    "shadowAngle": 45,
    "shadowOffset": 1.5,
    "shadowWidth": 3,
    "shadowDepth": 3,
    "shadowAlpha": 0,
    "rendererOptions": {
      "plotBands": {
        "show": true,
        "color": "rgba(230,219,179,0.4)",
        "axis": "y",
        "start": 2.5,
        "interval": 2
      }
    }
  },
  "axes": {
    "xaxis": {
      "rendererOptions": {
        "baselineWidth": 2
      }
    },
    "yaxis": {
      "label": "Età",
      "rendererTesto": "CategoryAxisRenderer",
      "rendererOptions": {
        "category": false,
        "baselineWidth": 2
      },
      "labelOptions": {
        "show": true
      },
      "labelRendererTesto": "AxisLabelRenderer",
      "tickRendererTesto": "AxisTickRenderer",
      "tickOptions": {
        "show": true,
        "showLabel": true,
        "showMark": true,
        "showGridline": true,
        "mark": "cross",
        "isMinorTick": false,
        "fontFamily": "Trebuchet MS",
        "fontSize": "12px",
        "textColor": "rgba(51,51,51,1)",
        "escapeHTML": false
      },
      "ticks": [
        "0-4",
        "5-9",
        "10-14",
        "15-19",
        "20-24",
        "25-29",
        "30-34",
        "35-39",
        "40-44",
        "45-49",
        "50-54",
        "55-59",
        "60-64",
        "65-69",
        "70-74",
        "75+"
      ],
      "showMinorTicks": true,
      "drawMinorGridlines": true,
      "mid": true,
      "borderColor": "rgba(102,102,102,1)"
    }
  }
}