{
  "screen": {
    "code": 200,
    "data": [
      {
        "id": 1,
        "jsonData": {
          "x": 100,
          "y": 100,
          "width": 320,
          "height": 200,
          "zIndex": 100,
          "echartJson": {
            "title": {
              "text": "基础饼图",
              "subtext": "副标题",
              "left": "center",
              "show": false,
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 18,
                "fontStyle": "normal",
                "fontWeight": "normal"
              },
              "subtextStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "legend": {
              "show": false,
              "left": "left",
              "top": "top",
              "orient": "horizontal",
              "borderType": "none",
              "borderWidth": 0,
              "borderRadius": 0,
              "borderColor": "#e5e5e5",
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "tooltip": {
              "show": false,
              "borderRadius": 0,
              "borderColor": "#e5e5e5"
            },
            "series": [
              {
                "type": "pie",
                "radius": "50%",
                "data": [
                  { "value": 1048, "name": "Search Engine" },
                  { "value": 735, "name": "Direct" },
                  { "value": 580, "name": "Email" },
                  { "value": 484, "name": "Union Ads" },
                  { "value": 300, "name": "Video Ads" }
                ],
                "labelLine": {
                  "show": false
                },
                "label": {
                  "show": false,
                  "position": "inside"
                }
              }
            ],
            "backgroundColor": "rgba(255,255,255,0)"
          }
        }
      },
      {
        "id": 2,
        "jsonData": {
          "x": 400,
          "y": 400,
          "width": 320,
          "height": 200,
          "zIndex": 200,
          "echartJson": {
            "title": {
              "text": "基础饼图",
              "subtext": "副标题",
              "left": "center",
              "show": true,
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 18,
                "fontStyle": "normal",
                "fontWeight": "normal"
              },
              "subtextStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "legend": {
              "show": false,
              "left": "left",
              "top": "top",
              "orient": "horizontal",
              "borderType": "none",
              "borderWidth": 0,
              "borderRadius": 0,
              "borderColor": "#e5e5e5",
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "tooltip": {
              "show": false,
              "borderRadius": 0,
              "borderColor": "#e5e5e5"
            },
            "series": [
              {
                "type": "pie",
                "radius": "50%",
                "data": [
                  { "value": 1048, "name": "Search Engine" },
                  { "value": 735, "name": "Direct" },
                  { "value": 580, "name": "Email" },
                  { "value": 484, "name": "Union Ads" },
                  { "value": 300, "name": "Video Ads" }
                ],
                "labelLine": {
                  "show": false
                },
                "label": {
                  "show": false,
                  "position": "inside"
                }
              }
            ],
            "backgroundColor": "rgba(255,255,255,0)"
          }
        }
      },
      {
        "id": 3,
        "jsonData": {
          "x": 800,
          "y": 200,
          "width": 320,
          "height": 200,
          "zIndex": 300,
          "echartJson": {
            "title": {
              "text": "基础柱状图",
              "subtext": "副标题",
              "left": "center",
              "show": false,
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 18,
                "fontStyle": "normal",
                "fontWeight": "normal"
              },
              "subtextStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "legend": {
              "show": false,
              "left": "left",
              "top": "top",
              "orient": "horizontal",
              "borderType": "none",
              "borderWidth": 0,
              "borderRadius": 0,
              "borderColor": "#e5e5e5",
              "textStyle": {
                "fontFamily": "sans-serif",
                "fontSize": 12,
                "fontStyle": "normal",
                "fontWeight": "normal"
              }
            },
            "tooltip": {
              "show": false,
              "borderRadius": 0,
              "borderColor": "#e5e5e5"
            },
            "xAxis": {
              "type": "category",
              "data": ["Mon", "Tue", "Wed", "Thu", "Fri"]
            },
            "yAxis": {
              "type": "value"
            },
            "series": [
              {
                "name": "2021",
                "data": [120, 200, 150, 80, 70],
                "type": "bar"
              }
            ],
            "backgroundColor": "rgba(255,255,255,0)"
          }
        }
      }
    ],
    "msg": "请求成功"
  }
}
