| | |
| | | grid: { |
| | | borderWidth: 0, |
| | | top: "10%", |
| | | left: "8%", |
| | | left: "10%", |
| | | bottom: "10%", |
| | | right: "8%", |
| | | textStyle: { |
| | |
| | | }, |
| | | grid: { |
| | | left: "3%", |
| | | right: "4%", |
| | | right: "2%", |
| | | bottom: "3%", |
| | | containLabel: true, |
| | | }, |
| | |
| | | { |
| | | type: "value", |
| | | name: "注册量", |
| | | // min: 0, |
| | | // max: 250, |
| | | // interval: 50, |
| | | axisLabel: { |
| | | formatter: "{value}", |
| | | }, |
| | |
| | | { |
| | | type: "value", |
| | | name: "在线率", |
| | | // min: 0, |
| | | // max: 250, |
| | | // interval: 50, |
| | | axisLabel: { |
| | | formatter: "{value} %", |
| | | }, |
| | |
| | | name: "在线率", |
| | | type: "line", |
| | | data: [50, 54, 58, 55, 65, 72, 44, 55, 58], |
| | | barWidth: 6, |
| | | barGap: 0.4, |
| | | // barWidth: 6, |
| | | // barGap: 0.4, |
| | | itemStyle: { |
| | | normal: { |
| | | color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ |