Showing
1 changed file
with
3 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment