{
  "title": {
    "text": "Blocchi 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": {
    "titolo": "Serie 1",
    "valorx": [
      4.2,
      4.3,
      4.5,
      4.7,
      4.8
    ],
    "valory": [
      13.3,
      3.3,
      16.7,
      3.3,
      13.3
    ],
    "valorz": [
      "Uno",
      "Due",
      "Tre",
      "Quattro",
      "Cinque"
    ],
    "valora": [
      "#aaa",
      "",
      "",
      "",
      "#0FF"
    ],
    "renderer": "Block",
    "rendererOptions": {
      "escapeHtml": true,
      "insertBreaks": true,
      "varyBlockColors": true
    },
    "commento": "Prima serie"
  },
  "serie2": {
    "titolo": "Serie 2",
    "valorx": [
      1.5,
      4.3,
      14.5,
      7.7,
      4.8
    ],
    "valory": [
      3.3,
      13.3,
      12.7,
      6.3,
      11.3
    ],
    "valorz": [
      "A",
      "B",
      "C",
      "D",
      "E"
    ],
    "renderer": "Block",
    "rendererOptions": {
      "escapeHtml": true,
      "insertBreaks": true,
      "varyBlockColors": true
    },
    "commento": "Seconda serie"
  },
  "labelStyle": {
    "serie1": {
      "border-color": "rgba(204,204,204,1)",
      "border-style": "solid",
      "border-radius": "4px",
      "border-width": "2px",
      "padding": "1px 3px",
      "background-color": "rgba(255,212,48,1)",
      "font-size": "18px",
      "font-family": "Trebuchet MS",
      "color": "rgba(51,51,51,1)",
      "font-style": "normal",
      "font-weight": "normal",
      "text-decoration-line": "none",
      "text-decoration-style": "solid",
      "background": "rgba(255,212,48,1)"
    },
    "serie2": {
      "border-color": "rgba(0,0,204,1)",
      "border-style": "solid",
      "border-radius": "4px",
      "border-width": "2px",
      "padding": "1px 3px",
      "background-color": "rgba(160,255,166,1)",
      "font-size": "18px",
      "font-family": "Trebuchet MS",
      "color": "rgba(51,51,51,1)",
      "font-style": "normal",
      "font-weight": "normal",
      "text-decoration-line": "none",
      "text-decoration-style": "solid",
      "background": "rgba(160,255,166,1)"
    }
  },
  "legend": {
    "show": true,
    "location": "ne",
    "renderer": "EnhancedLegendRenderer",
    "showLabels": true,
    "showSwatches": true,
    "placement": "insideGrid",
    "border": "1px solid rgba(204,204,204,0.8)",
    "background": "rgba(255,255,255,0.3)",
    "textColor": "rgba(51,51,51,1)",
    "fontFamily": "Trebuchet MS",
    "fontSize": "11px",
    "rowSpacing": "1px",
    "rendererOptions": {
      "seriesToggle": "normal",
      "seriesToggleReplot": {
        "clear": false,
        "resetAxes": false
      }
    },
    "marginTop": "8px",
    "marginRight": "8px",
    "marginBottom": "8px",
    "marginLeft": "8px",
    "escapeHtml": false
  },
  "altezza": "450px",
  "larghezza": "700px",
  "axes": {
    "xaxis": {
      "label": "Asse X",
      "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": 16,
      "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,
        "formatString": "%.1f",
        "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,
      "borderColor": "rgba(102,102,102,1)"
    }
  },
  "grid": {
    "drawGridlines": true,
    "gridLineColor": "rgba(204,46,44,1)",
    "gridLineWidth": 1,
    "background": "rgba(255,253,246,1)",
    "borderColor": "rgba(153,153,153,1)",
    "borderWidth": 2,
    "drawBorder": true,
    "shadow": true,
    "shadowAngle": 45,
    "shadowOffset": 1.5,
    "shadowWidth": 3,
    "shadowDepth": 3,
    "shadowAlpha": 0
  }
}