{ "grid": { "left": "0%", "right": "8%", "bottom": "10%", "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": ["冶金", "有色", "建材", "机械", "轻工", "纺织", "烟草", "商贸"], "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": { "show": false }, "series": { "name": "行业企业数", "type": "bar", "smooth": true, "showSymbol": false, "barWidth": 18, "data": [12, 36, 20, 72, 30, 30, 30, 30], "itemStyle": { "color": "#4CBB14" }, "label": { "show": true, "position": "top", "fontSize": 14, "fontFamily": "Avenir-Medium" } } }