zhzf/client/src/components/IndustryTradeComponents/json/tzzy1.json

83 lines
1.6 KiB
JSON
Raw Normal View History

2025-02-21 11:25:09 +08:00
{
"grid": {
"left": "8%",
"right": "8%",
"bottom": "5%",
"top": "15%",
"containLabel": true
},
"tooltip": {
"trigger": "axis",
"borderWidth": 1,
"backgroundColor": "#FFFFFF",
"borderColor": "rgba(0,0,0,0.15)",
"textStyle": {
"color": "#3F4040"
},
"axisPointer": {
"animation": false,
"lineStyle": {
"color": "rgba(94, 161, 255, 0.15)"
}
}
},
"xAxis": {
"type": "category",
"data": ["电工证\n (高压)", "电工证\n (低压)", "焊工证", "高空证", "制冷证\n (冷库)", "制冷证 \n(空调)"],
"axisTick": {
"show": false
},
"axisLine": {
"lineStyle": {
"type": "solid",
"color": "#ECECEC"
},
"symbol": ["none"],
"symbolSize": [13, 20],
"symbolOffset": [0, 40]
},
"axisLabel": {
"margin": 16,
"interval": 0,
"fontSize": 16,
"fontFamily": "Avenir-Medium",
"color": "#3F4040"
},
"splitLine": {
"show": false
}
},
"yAxis": {
"type": "value",
"axisTick": {
"show": false
},
"axisLine": {
"show": false
},
"axisLabel": {
"fontSize": 16,
"fontFamily": "Avenir-Medium",
"color": "#3F4040"
},
"splitLine": {
"lineStyle": {
"type": "dashed",
"color": "#ECECEC"
},
"symbol": ["none"],
"symbolSize": [13, 20],
"symbolOffset": [0, 40]
}
},
"series": {
"type": "line",
"smooth": true,
"showSymbol": false,
"data": [100, 200, 200, 250, 300, 350, 360, 380, 300, 330, 350, 380],
"itemStyle": {
"color": "#4CBB14"
}
}
}