Authored by 王涛

折线图加线条样式

... ... @@ -58,7 +58,9 @@ export default {
bottom: '1%',
containLabel: true,
},
tooltip: {},
tooltip: {
trigger: 'axis'
},
legend: props.legend,
xAxis: {
data: props.xAxis
... ...