素质测评,生涯规划,个人档案,职业库功能完成
This commit is contained in:
32
packageCa/testReport/chartOpts.js
Normal file
32
packageCa/testReport/chartOpts.js
Normal file
@@ -0,0 +1,32 @@
|
||||
let opts = {
|
||||
color: ["#1677ff"],
|
||||
padding: [15,10,0,10],
|
||||
enableScroll: false,
|
||||
xAxis: {
|
||||
disableGrid: true,
|
||||
axisLineColor: "#EEEEEE",
|
||||
},
|
||||
legend: {
|
||||
show: false,
|
||||
},
|
||||
yAxis: {
|
||||
gridType: "dash",
|
||||
dashLength: 2,
|
||||
showTitle: true,
|
||||
gridColor: "#EEEEEE",
|
||||
data: [{
|
||||
max: 5,
|
||||
min: 0,
|
||||
axisLine: false,
|
||||
title: "等级"
|
||||
}]
|
||||
},
|
||||
extra: {
|
||||
line: {
|
||||
type: "straight",
|
||||
width: 3,
|
||||
activeType: "hollow"
|
||||
}
|
||||
}
|
||||
}
|
||||
export default opts
|
||||
Reference in New Issue
Block a user