wujingjing
2024-10-29 a6e4b1d05df37a87413677f4b827bce2af58b7b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "type": "chart",
  "id": "u:93a2bda1ebf6",
  "dataFilter": "",
  "config": {
    "xAxis": {
      "type": "category",
      "show": false
    },
    "yAxis": {
      "type": "value",
      "show": false
    },
    "series": [
      {
        "data": [
          150,
          230,
          224,
          218,
          135,
          147,
          260
        ],
        "type": "line",
        "areaStyle": {
          "color": {
            "colorStops": [
              {
                "offset": 0,
                "color": "#31abe3"
              },
              {
                "offset": 0.5,
                "color": "rgba(58,132,255, 0.3)"
              },
              {
                "offset": 1,
                "color": "rgba(58,132,255, 0)"
              }
            ],
            "x": 0,
            "y": 0,
            "x2": 0,
            "y2": 1,
            "type": "linear",
            "global": false
          }
        },
        "lineStyle": {
          "color": "#31abe3",
          "width": 3
        },
        "itemStyle": {
          "color": "#31abe3"
        },
        "label": {
          "show": true,
          "position": "top"
        }
      }
    ],
    "title": [
      {
        "text": "市场综合状态",
        "left": 20,
        "top": 10,
        "textStyle": {
          "fontSize": 18
        }
      },
      {
        "text": "(得分)",
        "top": 12,
        "left": 140,
        "textStyle": {
          "fontSize": 14
        }
      }
    ],
    "grid": {
      "left": 0,
      "right": 20,
      "bottom": 40
    }
  },
  "replaceChartOption": true
}