{
  "title": {
    "text": "Bezier 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 rosa",
    "color":"#F99",
    "valorx": [
      4.2,
      4.3,
      4.5,
      4.7
    ],
    "valory": [
      13.3,
      3.3,
      16.7,
      0
    ],
    "renderer": "BezierCurve"
  },
  "serie2": {
    "titolo": "Serie blu",
    "color":"#00F",
    "valorx": [
      4.2,
      4.3,
      4.5,
      4.7
    ],
    "valory": [
      15.3,
      25.3,
      26.7,
      33.3
    ],
    "renderer": "BezierCurve"
  },
  "altezza": "450px",
  "larghezza": "700px",
  "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": "false"
    },
    "marginTop": "8px",
    "marginRight": "8px",
    "marginBottom": "8px",
    "marginLeft": "8px",
    "escapeHtml": false
  }
}