素质测评,生涯规划,个人档案,职业库功能完成

This commit is contained in:
2025-11-05 11:09:27 +08:00
parent 328721e6e9
commit 17f393df45
54 changed files with 18573 additions and 17 deletions

View 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