{
  "title": {
    "text": "Imbuto di <i>esempio</i>",
    "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": {
    "valorx": [
      13.3,
      3.3,
      16.7,
      3.3,
      13.3
    ],
    "renderer": "Funnel",
    "rendererOptions": {
      "padding": 35,
      "sectionMargin": 19,
      "fill": false,
      "widthRatio": 0.1,
      "lineWidth": 8,
      "showDataLabels": true,
      "dataLabels": "label",
      "dataLabelFormatString": "",
      "dataLabelThreshold": 0,
      "highlightMouseOver": true,
      "highlightMouseDown": false,
      "highlightColors": [
        "#FC0",
        "#C9F",
        "#0F0",
        "#F0F",
        "#09F",
        "#F69",
        "#6F9"
      ],
      "shadow": true,
      "shadowAngle": 45,
      "shadowOffset": 2,
      "shadowDepth": 8,
      "shadowAlpha": 0.3
    }
  },
  "labelStyle": {
    "serie1": {
      "border-color": "rgba(183,204,34,1)",
      "border-style": "double",
      "border-radius": "8px",
      "border-width": "4px",
      "padding": "1px 3px",
      "background-color": "rgba(187,255,248,1)",
      "font-size": "14px",
      "font-family": "Trebuchet MS",
      "color": "rgba(25,129,12,1)",
      "font-style": "oblique",
      "font-weight": "bolder",
      "text-decoration-line": "underline",
      "text-decoration-style": "wavy"
    }
  },
  "altezza": "450px",
  "larghezza": "700px",
  "sortData": true,
  "stackSeries": false,
  "legend": {
    "show": true,
    "location": "ne",
    "renderer": "FunnelLegendRenderer",
    "showLabels": true,
    "showSwatches": true,
    "placement": "outsideGrid",
    "border": "1px solid rgba(204,204,204,0.8)",
    "background": "rgba(255,255,255,0.6)",
    "textColor": "rgba(51,51,51,1)",
    "fontFamily": "Trebuchet MS",
    "fontSize": "11px",
    "rowSpacing": "1px",
    "rendererOptions": {
      "seriesToggle": true,
      "seriesToggleReplot": {
        "clear": false,
        "resetAxes": false
      }
    },
    "marginTop": "8px",
    "marginRight": "8px",
    "marginBottom": "8px",
    "marginLeft": "8px",
    "escapeHtml": false
  }
}