{
  "title": {
    "text": "Candele 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": [
      "01/01/2009",
      "02/01/2009",
      "03/01/2009",
      "04/01/2009",
      "05/01/2009"
    ],
    "valory": [
      40,
      28,
      33,
      38,
      26
    ],
    "valorz": [
      45,
      33,
      39,
      58,
      36
    ],
    "valora": [
      30,
      18,
      23,
      28,
      16
    ],
    "valorb": [
      41,
      25,
      30,
      30,
      29
    ],
    "valorc": [
      "Uno",
      "Due",
      "Tre",
      "Quattro",
      "Cinque"
    ],
    "renderer": "ohlc",
    "rendererOptions": {
      "candleStick": true,
      "tickLength": 10,
      "bodyWidth": 16,
      "openColor": "rgba(255,120,0,1)",
      "closeColor": "rgba(120,0,255,1)",
      "wickColor": "rgba(90,120,90,1)",
      "fillUpBody": true,
      "fillDownBody": true,
      "upBodyColor": "rgba(35,255,7,1)",
      "downBodyColor": "rgba(255,0,0,1)",
      "hlc": false,
      "lineWidth": 4
    }
  },
  "serie2": {
    "titolo": "Serie 2",
    "valorx": [
      "01/10/2009",
      "02/08/2009",
      "03/22/2009",
      "04/12/2009",
      "05/05/2009"
    ],
    "valory": [
      140,
      128,
      133,
      138,
      126
    ],
    "valorz": [
      145,
      133,
      139,
      158,
      136
    ],
    "valora": [
      130,
      118,
      123,
      128,
      116
    ],
    "valorb": [
      141,
      125,
      130,
      130,
      129
    ],
    "valorc": [
      "X-Uno",
      "X-Due",
      "X-Tre",
      "X-Quattro",
      "X-Cinque"
    ],
    "renderer": "ohlc",
    "rendererOptions": {
      "candleStick": false,
      "tickLength": 10,
      "bodyWidth": 16,
      "openColor": "rgba(255,120,0,1)",
      "closeColor": "rgba(120,0,255,1)",
      "wickColor": "rgba(0,120,255,1)",
      "fillUpBody": true,
      "fillDownBody": true,
      "upBodyColor": "rgba(35,255,7,1)",
      "downBodyColor": "rgba(255,0,0,1)",
      "hlc": false,
      "lineWidth": 2
    }
  },
  "highlighter": {
    "show": true,
    "showMarker": false,
    "lineWidthAdjust": 2.5,
    "sizeAdjust": 5,
    "formatString": "<table class='jqplot-highlighter'><tr><td>date:</td><td>%s</td></tr><tr><td>open:</td><td>%s</td></tr><tr><td>hi:</td><td>%s</td></tr><tr><td>low:</td><td>%s</td></tr><tr><td>close:</td><td>%s</td></tr><tr><td>Etichetta:</td><td>%s</td></tr></table>",
    "yvalues": 5,
    "bringSeriesToFront": false,
    "showTooltip": true,
    "tooltipLocation": "sw",
    "fadeTooltip": true,
    "tooltipFadeSpeed": "fast",
    "tooltipOffset": 2,
    "tooltipAxes": "xy",
    "useAxesFormatters": true
  },
  "altezza": "450px",
  "larghezza": "700px",
  "axes": {
    "xaxis": {
      "min": "12/25/2008",
      "max": "05/10/2009",
      "rendererTesto": "DateAxisRenderer",
      "rendererOptions": {
        "drawBaseline": false,
        "baselineWidth": 0,
        "baselineColor": "rgba(255,255,255,1)"
      },
      "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,
        "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,
      "borderColor": "rgba(102,102,102,1)"
    },
    "yaxis": {
      "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,
      "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"
    }
  },
  "sortData": true,
  "stackSeries": false,
  "cursor": {
    "show": true,
    "style": "crosshair",
    "showTooltip": true,
    "zoom": true,
    "looseZoom": true,
    "dblClickReset": true,
    "constrainOutsideZoom": true
  },
  "legend": {
    "show": true,
    "location": "ne",
    "renderer": "EnhancedLegendRenderer",
    "showLabels": true,
    "showSwatches": false,
    "placement": "insideGrid",
    "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": "false"
    },
    "marginTop": "8px",
    "marginRight": "8px",
    "marginBottom": "8px",
    "marginLeft": "8px",
    "escapeHtml": false
  }
}