Commit 95e0a3eb authored by MyName's avatar MyName

项目管理

parent 076341f5
...@@ -223,13 +223,19 @@ export default { ...@@ -223,13 +223,19 @@ export default {
type: 'category', type: 'category',
data: ['地方单位', '事业单位', '政府机关', '中央企业', '上市公司', '军队', '民营企业','其他'], data: ['地方单位', '事业单位', '政府机关', '中央企业', '上市公司', '军队', '民营企业','其他'],
axisTick: { axisTick: {
alignWithLabel: true alignWithLabel: true,
show: false
} }
} }
], ],
yAxis: [ yAxis: [
{ {
type: 'value' type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
} }
], ],
series: [ series: [
...@@ -267,13 +273,19 @@ export default { ...@@ -267,13 +273,19 @@ export default {
type: 'category', type: 'category',
data: ['AA', 'AA+', 'AA-', 'A', 'A+', 'A', 'A-','其他'], data: ['AA', 'AA+', 'AA-', 'A', 'A+', 'A', 'A-','其他'],
axisTick: { axisTick: {
alignWithLabel: true alignWithLabel: true,
show: false
} }
} }
], ],
yAxis: [ yAxis: [
{ {
type: 'value' type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
} }
], ],
series: [ series: [
...@@ -301,10 +313,18 @@ export default { ...@@ -301,10 +313,18 @@ export default {
this.option1 = { this.option1 = {
xAxis: { xAxis: {
type: 'category', type: 'category',
data: labels data: labels,
axisTick: {
show: false
},
}, },
yAxis: { yAxis: {
type: 'value' type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
}, },
grid:{ grid:{
left:'8%', left:'8%',
......
...@@ -305,18 +305,19 @@ export default { ...@@ -305,18 +305,19 @@ export default {
this.option = { this.option = {
xAxis: { xAxis: {
type: 'category', type: 'category',
data: labels data: labels,
axisTick: {
show: false
},
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
splitNumber: 5, splitNumber: 5,
// splitLine: { splitLine : { //网格线
// show: true, lineStyle: {
// lineStyle: { type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
// type: 'dotted', },
// color: 'rgba(255, 255, 255,0.3)' }
// }
// }
}, },
grid:{ grid:{
left:'4%', left:'4%',
...@@ -606,6 +607,9 @@ export default { ...@@ -606,6 +607,9 @@ export default {
width: 100%; width: 100%;
padding-right: 47px; padding-right: 47px;
box-sizing: border-box; box-sizing: border-box;
.recordlist{
padding-top: 0;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment