Commit 95e0a3eb authored by MyName's avatar MyName

项目管理

parent 076341f5
......@@ -223,13 +223,19 @@ export default {
type: 'category',
data: ['地方单位', '事业单位', '政府机关', '中央企业', '上市公司', '军队', '民营企业','其他'],
axisTick: {
alignWithLabel: true
alignWithLabel: true,
show: false
}
}
],
yAxis: [
{
type: 'value'
type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
}
],
series: [
......@@ -267,13 +273,19 @@ export default {
type: 'category',
data: ['AA', 'AA+', 'AA-', 'A', 'A+', 'A', 'A-','其他'],
axisTick: {
alignWithLabel: true
alignWithLabel: true,
show: false
}
}
],
yAxis: [
{
type: 'value'
type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
}
],
series: [
......@@ -301,10 +313,18 @@ export default {
this.option1 = {
xAxis: {
type: 'category',
data: labels
data: labels,
axisTick: {
show: false
},
},
yAxis: {
type: 'value'
type: 'value',
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
},
grid:{
left:'8%',
......
......@@ -305,18 +305,19 @@ export default {
this.option = {
xAxis: {
type: 'category',
data: labels
data: labels,
axisTick: {
show: false
},
},
yAxis: {
type: 'value',
splitNumber: 5,
// splitLine: {
// show: true,
// lineStyle: {
// type: 'dotted',
// color: 'rgba(255, 255, 255,0.3)'
// }
// }
splitLine : { //网格线
lineStyle: {
type: 'dashed' //设置网格线类型 dotted:虚线 solid:实线
},
}
},
grid:{
left:'4%',
......@@ -606,6 +607,9 @@ export default {
width: 100%;
padding-right: 47px;
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