|
@@ -48,6 +48,7 @@ export const list = [
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
|
+ name: '范围',
|
|
|
data: ['18-22岁', '22-30岁', '30-39岁', '40-49岁', '50-59岁']
|
|
|
},
|
|
|
yAxis: {
|
|
@@ -55,9 +56,9 @@ export const list = [
|
|
|
},
|
|
|
grid: {
|
|
|
left: '0',
|
|
|
- top: '50',
|
|
|
- right: '0',
|
|
|
- bottom: 0,
|
|
|
+ top: '60',
|
|
|
+ right: '50',
|
|
|
+ bottom: '10',
|
|
|
containLabel: true
|
|
|
},
|
|
|
series: [
|
|
@@ -80,6 +81,7 @@ export const list = [
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
|
+ name: '范围',
|
|
|
data: ['应届毕业生', '1年以上', '2年以上', '3年以上', '5年以上', '8年以上', '10年以上']
|
|
|
},
|
|
|
yAxis: {
|
|
@@ -87,9 +89,9 @@ export const list = [
|
|
|
},
|
|
|
grid: {
|
|
|
left: '0',
|
|
|
- top: '50',
|
|
|
- right: '0',
|
|
|
- bottom: 0,
|
|
|
+ top: '60',
|
|
|
+ right: '50',
|
|
|
+ bottom: '10',
|
|
|
containLabel: true
|
|
|
},
|
|
|
series: [
|
|
@@ -112,6 +114,7 @@ export const list = [
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
|
+ name: '范围',
|
|
|
data: ['本科以上', '大专', '中专', '中技', '高中', '初中']
|
|
|
},
|
|
|
yAxis: {
|
|
@@ -119,9 +122,9 @@ export const list = [
|
|
|
},
|
|
|
grid: {
|
|
|
left: '0',
|
|
|
- top: '50',
|
|
|
- right: '0',
|
|
|
- bottom: 0,
|
|
|
+ top: '60',
|
|
|
+ right: '50',
|
|
|
+ bottom: '10',
|
|
|
containLabel: true
|
|
|
},
|
|
|
series: [
|
|
@@ -136,36 +139,36 @@ export const list = [
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- col: 12,
|
|
|
- option: {
|
|
|
- title: {
|
|
|
- text: '期望月薪'
|
|
|
- },
|
|
|
- xAxis: {
|
|
|
- type: 'category',
|
|
|
- data: ['3-5k', '5-8k', '8-12k', '12-15k', '15-20k', '20-30k', '面议']
|
|
|
- },
|
|
|
- yAxis: {
|
|
|
- type: 'value'
|
|
|
- },
|
|
|
- grid: {
|
|
|
- left: '0',
|
|
|
- top: '50',
|
|
|
- right: '0',
|
|
|
- bottom: 0,
|
|
|
- containLabel: true
|
|
|
- },
|
|
|
- series: [
|
|
|
- {
|
|
|
- data: [120, 200, 150, 80, 70, 110, 130],
|
|
|
- type: 'bar',
|
|
|
- barWidth: 40,
|
|
|
- label: {
|
|
|
- show: true
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // col: 12,
|
|
|
+ // option: {
|
|
|
+ // title: {
|
|
|
+ // text: '期望月薪'
|
|
|
+ // },
|
|
|
+ // xAxis: {
|
|
|
+ // type: 'category',
|
|
|
+ // data: ['3-5k', '5-8k', '8-12k', '12-15k', '15-20k', '20-30k', '面议']
|
|
|
+ // },
|
|
|
+ // yAxis: {
|
|
|
+ // type: 'value'
|
|
|
+ // },
|
|
|
+ // grid: {
|
|
|
+ // left: '0',
|
|
|
+ // top: '50',
|
|
|
+ // right: '0',
|
|
|
+ // bottom: 0,
|
|
|
+ // containLabel: true
|
|
|
+ // },
|
|
|
+ // series: [
|
|
|
+ // {
|
|
|
+ // data: [120, 200, 150, 80, 70, 110, 130],
|
|
|
+ // type: 'bar',
|
|
|
+ // barWidth: 40,
|
|
|
+ // label: {
|
|
|
+ // show: true
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
+ // }
|
|
|
]
|