Files
dvcp_v2_webapp/components/AiEchart/template/line/lineChart3.js
yanran200730 5b266397ee 大屏
2023-03-10 13:35:52 +08:00

22 lines
436 B
JavaScript

export default {
// legend: {
// right: 0, itemGap: 16,
// textStyle: {color: '#fff', padding: [0, 0, 0, 8], fontSize: 14},
// },
grid: {
left: 50, right: 0
},
tooltip: {
trigger: 'axis', backgroundColor: 'rgba(14, 51, 111, 0.9)', borderColor: '#1A6ABC',
textStyle: {color: '#fff'}
},
daemon: {
smooth: true,
lineStyle: {
shadowBlur: 1,
shadowOffsetY: 2,
width: 3
}
}
}