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
| {
| "categories": [
| "周一", "周二", "周三", "周四", "周五",
| "周六",
| "周日"
| ],
| "series": [
| {
| "name": "老会员", "data": [ 1850, 1660, 1760, 2360, 1560, 1970, 2570 ], "type": "line",
| "style": "curve",
| "addPoint": true, "color": "#DF297D",
| "unit":""
| },
| {
| "name": "新会员",
| "data": [
| 450,
| 260,
| 360,
| 560,
| 460,
| 170,
| 570
| ],
| "type": "line",
| "style": "curve",
| "addPoint": true,
| "color": "#ff9900",
| "unit":""
| }
| ],
| "yAxis":[
| {"calibration":true,"position":"left","min":0,"max":3000,"title":"","titleFontSize":12,"unit":"万","tofix":0}
| ],
| "targetAdd":"9%"
| }
|
|