|
@ -87,7 +87,7 @@ export default { |
|
|
let option = { |
|
|
let option = { |
|
|
title: { text: this.Title}, |
|
|
title: { text: this.Title}, |
|
|
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, |
|
|
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, |
|
|
legend: { data: this.legendList,top:'%1' }, |
|
|
|
|
|
|
|
|
legend: { data: this.legendList,top:'%1',type:"scroll" }, |
|
|
grid: { top: '19%', left: "3%", right: "3%", bottom: "1%", containLabel: true }, |
|
|
grid: { top: '19%', left: "3%", right: "3%", bottom: "1%", containLabel: true }, |
|
|
xAxis: [{ type: "category", data: this.weeksList }], |
|
|
xAxis: [{ type: "category", data: this.weeksList }], |
|
|
yAxis: [{ type: "value" }], |
|
|
yAxis: [{ type: "value" }], |
|
|