wujingjing
2024-11-05 346b6f8d306aba92d45ac7ce6ee31be3d38662ad
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
89
90
91
92
93
94
95
{
  "type": "chart",
  "config": {
    "xAxis": {
      "type": "category"
    },
    "yAxis": {
      "show": false
    },
    "series": [
      {
        "type": "bar",
        "label": {
          "show": true,
          "position": "top"
        }
      },
      {
        "type": "bar",
        "label": {
          "show": true,
          "position": "top"
        }
      }
    ],
    "title": [
      {
        "text": "各分公司销售量",
        "left": 25,
        "top": 10,
        "textStyle": {
          "fontSize": 18
        }
      },
      {
        "text": "(万箱)",
        "top": 12,
        "left": 160,
        "textStyle": {
          "fontSize": 14
        }
      }
    ],
    "grid": {
      "left": 10,
      "right": 40,
      "bottom": 30
    },
    "legend": {
      "top": 30
    },
    "dataset": {
      "source": [
        [
          "product",
          "往期",
          "本期"
        ],
        [
          "吴中",
          43.3,
          85.8
        ],
        [
          "吴江",
          83.1,
          73.4
        ],
        [
          "昆山",
          86.4,
          65.2
        ],
        [
          "张家港",
          72.4,
          53.9
        ],
        [
          "常熟",
          72.4,
          53.9
        ],
        [
          "太仓",
          72.4,
          53.9
        ]
      ]
    }
  },
  "replaceChartOption": true,
  "id": "u:93a2bda1ebf6",
  "dataFilter": ""
}