Files
ks-app-employment-service/packageCa/testReport/chartOpts.js

32 lines
458 B
JavaScript

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