123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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%"
- }
|