Authored by 王涛

折线图加线条样式

@@ -58,7 +58,9 @@ export default { @@ -58,7 +58,9 @@ export default {
58 bottom: '1%', 58 bottom: '1%',
59 containLabel: true, 59 containLabel: true,
60 }, 60 },
61 - tooltip: {}, 61 + tooltip: {
  62 + trigger: 'axis'
  63 + },
62 legend: props.legend, 64 legend: props.legend,
63 xAxis: { 65 xAxis: {
64 data: props.xAxis 66 data: props.xAxis