Files
dvcp_v2_webapp/components/AiEchart/template/bar/barChart5.js

23 lines
600 B
JavaScript
Raw Normal View History

2022-03-25 11:09:26 +08:00
export default {
legend: {
right: 0, itemGap: 16,
textStyle: {color: '#fff', padding: [0, 0, 0, 8], fontSize: 14},
itemWidth: 16, itemHeight: 5
},
grid: {
left: 50, right: 0
},
tooltip: {
2023-03-15 15:18:19 +08:00
trigger: 'axis', backgroundColor: 'rgba(14, 51, 111, 0.9)', borderColor: '#1A6ABC',
2022-03-25 11:09:26 +08:00
textStyle: {color: '#fff'}
},
yAxis: {
nameGap: 23, minInterval: 1,
2023-03-15 15:18:19 +08:00
splitLine: {lineStyle: {color: 'rgba(255,255,255,.2)', type: 'dashed'}},
2022-03-25 11:09:26 +08:00
axisLabel: {color: '#fff'}, axisPointer: {show: false}
},
axisPointer: {
type: 'none', show: true, triggerTooltip: false,
},
}