Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -182,6 +182,12 @@ | @@ -182,6 +182,12 @@ | ||
| 182 | fontSize: 12, | 182 | fontSize: 12, |
| 183 | }, | 183 | }, |
| 184 | }, | 184 | }, |
| 185 | + tooltip: { | ||
| 186 | + trigger: 'axis', | ||
| 187 | + axisPointer: { | ||
| 188 | + type: 'cross', | ||
| 189 | + }, | ||
| 190 | + }, | ||
| 185 | xAxis: { | 191 | xAxis: { |
| 186 | type: 'category', | 192 | type: 'category', |
| 187 | data: xAxisData, | 193 | data: xAxisData, |