{
  "title": {
    "text": "Mekko di esempio",
    "show": true,
    "fontFamily": "Trebuchet MS",
    "fontSize": "24px",
    "textAlign": "left",
    "textColor": "rgba(51,51,51,1)",
    "escapeHtml": false
  },
  "seriesColors": ["#F00", "#FC0", "#C9F", "#0F0", "#F0F", "#09F", "#F69", "#6F9"],
  "serie1": {
    "titolo": "Serie 1",
    "formatString": "%.1f, %.1f",
    "valorx": [
      13.3,
      3.3,
      6.7,
      3.3,
      13.3
    ],
    "valory": [
      "Uno",
      "Due",
      "Tre",
      "Quattro",
      "Cinque"
    ],
    "renderer": "Mekko",
    "rendererOptions": {
      "showBorders": true,
      "borderColor": "rgba(102,102,102,1)"
    },
    "commento": ""
  },
  "serie2": {
    "titolo": "Serie 2",
    "formatString": "%.1f, %.1f",
    "valorx": [
      21,
      13.3,
      6.7,
      8,
      3.3
    ],
    "valory": [
      "Uno",
      "Due",
      "Tre",
      "Quattro",
      "Cinque"
    ],
    "renderer": "Mekko",
    "rendererOptions": {
      "showBorders": true,
      "borderColor": "rgba(102,102,102,1)"
    },
    "commento": ""
  },
  "serie3": {
    "titolo": "Serie 3",
    "valorx": [
      1,
      1.3,
      31.7,
      8,
      3.3
    ],
    "valory": [
      "Uno",
      "Due",
      "Tre",
      "Quattro",
      "Cinque"
    ],
    "renderer": "Mekko",
    "rendererOptions": {
      "showBorders": true,
      "borderColor": "rgba(102,102,102,1)"
    },
    "commento": "",
    "formatString": ""
  },
  "altezza": "450px",
  "larghezza": "700px",
  "axes": {
    "xaxis": {
      "label": "Asse X",
      "barLabelRendererTesto": "CanvasAxisLabelRenderer",
      "barLabels": [
        "Serie 1",
        "Serie 2",
        "Serie 3"
      ],
      "rendererTesto": "MekkoAxisRenderer",
      "rendererOptions": {
        "drawBaseline": false,
        "baselineWidth": 0,
        "baselineColor": "rgba(255,255,255,1)",
        "tickMode": "bar",
        "barLabelOptions": {
          "fontFamily": "Trebuchet MS",
          "fontSize": "16px",
          "textColor": "rgba(51,51,51,1)",
          "whiteSpace": "normal"
        }
      },
      "labelRendererTesto": "AxisLabelRenderer",
      "labelOptions": {
        "show": true,
        "fontFamily": "Trebuchet MS",
        "fontSize": "16px",
        "textColor": "rgba(51,51,51,1)",
        "escapeHTML": false
      },
      "tickRendererTesto": "AxisTickRenderer",
      "tickOptions": {
        "show": true,
        "showLabel": true,
        "showMark": true,
        "showGridline": true,
        "mark": "outside",
        "isMinorTick": false,
        "formatString": "%d",
        "fontFamily": "Trebuchet MS",
        "fontSize": "12px",
        "textColor": "rgba(51,51,51,1)",
        "escapeHTML": false
      },
      "showMinorTicks": false,
      "drawMajorGridlines": true,
      "drawMinorGridlines": false,
      "drawMajorTickMarks": true,
      "drawMinorTickMarks": false,
      "useSeriesColor": false,
      "borderWidth": 1,
      "syncTicks": false,
      "min": 0,
      "max": 150,
      "borderColor": "rgba(102,102,102,1)"
    },
    "yaxis": {
      "label": "Asse Y",
      "rendererTesto": "LinearAxisRenderer",
      "rendererOptions": {
        "breakPoints": [
          null
        ],
        "breakTickLabel": [
          ""
        ],
        "drawBaseline": false,
        "baselineWidth": 0,
        "baselineColor": "rgba(255,255,255,1)",
        "forceTickAt0": false,
        "forceTickAt100": false,
        "minorTicks": 0,
        "alignTicks": true
      },
      "labelRendererTesto": "CanvasAxisLabelRenderer",
      "labelOptions": {
        "show": true,
        "fontFamily": "Trebuchet MS",
        "fontSize": "16px",
        "textColor": "rgba(51,51,51,1)",
        "whiteSpace": "normal"
      },
      "tickRendererTesto": "AxisTickRenderer",
      "tickOptions": {
        "show": true,
        "showLabel": true,
        "showMark": true,
        "showGridline": true,
        "mark": "outside",
        "isMinorTick": false,
        "fontFamily": "Trebuchet MS",
        "fontSize": "12px",
        "textColor": "rgba(51,51,51,1)",
        "escapeHTML": false
      },
      "showMinorTicks": false,
      "drawMajorGridlines": true,
      "drawMinorGridlines": false,
      "drawMajorTickMarks": true,
      "drawMinorTickMarks": false,
      "useSeriesColor": false,
      "borderWidth": 1,
      "syncTicks": false,
      "min": 0,
      "max": 20,
      "numberTicks": 5,
      "borderColor": "rgba(102,102,102,1)"
    }
  },
  "labelStyle": {
    "serie1": {
      "border-color": "rgba(204,204,204,1)",
      "border-style": "solid",
      "border-radius": "0px",
      "border-width": "1px",
      "padding": "1px 3px",
      "background-color": "rgba(255,0,204,0)",
      "font-size": "8px",
      "font-family": "Trebuchet MS",
      "color": "rgba(51,51,51,1)",
      "font-style": "normal",
      "font-weight": "normal",
      "text-decoration-line": "none",
      "text-decoration-style": "solid"
    },
    "serie2": {
      "border-color": "rgba(204,204,204,1)",
      "border-style": "solid",
      "border-radius": "0px",
      "border-width": "1px",
      "padding": "1px 3px",
      "background-color": "rgba(255,0,204,0)",
      "font-size": "8px",
      "font-family": "Trebuchet MS",
      "color": "rgba(51,51,51,1)",
      "font-style": "normal",
      "font-weight": "normal",
      "text-decoration-line": "none",
      "text-decoration-style": "solid"
    },
    "serie3": {
      "border-color": "rgba(204,204,204,1)",
      "border-style": "solid",
      "border-radius": "0px",
      "border-width": "1px",
      "padding": "1px 3px",
      "background-color": "rgba(255,0,204,0)",
      "font-size": "8px",
      "font-family": "Trebuchet MS",
      "color": "rgba(51,51,51,1)",
      "font-style": "normal",
      "font-weight": "normal",
      "text-decoration-line": "none",
      "text-decoration-style": "solid"
    }
  },
  "sortData": true,
  "stackSeries": false,
  "legend": {
    "show": true,
    "location": "n",
    "renderer": "MekkoLegendRenderer",
    "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": {
      "numberRows": 1,
      "seriesToggle": true,
      "seriesToggleReplot": "false"
    },
    "marginTop": "8px",
    "marginRight": "8px",
    "marginBottom": "8px",
    "marginLeft": "8px",
    "escapeHtml": false
  },
  "cursor": {
    "show": true,
    "style": "crosshair",
    "showTooltip": true,
    "zoom": true,
    "looseZoom": true,
    "dblClickReset": true,
    "constrainOutsideZoom": true
  }
}