|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div |
|
|
|
:style="{height:Height,opacity:Opacity}" |
|
|
|
style="padding: 10px;margin: 10px;border: 1px solid #ccc;width: 100%;"></div> |
|
|
|
style="padding: 10px;margin: 10px;border: 1px solid #ccc;width: 95%;"></div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
@ -92,7 +92,7 @@ export default { |
|
|
|
let option = { |
|
|
|
title: { text: this.Title}, |
|
|
|
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, |
|
|
|
legend: { data: this.legendList,top:'%1',type:"scroll" }, |
|
|
|
legend: { data: this.legendList,top:'%1',left: "10%",type:"scroll" }, |
|
|
|
grid: { top: '19%', left: "3%", right: "3%", bottom: "1%", containLabel: true }, |
|
|
|
xAxis: [{ type: "category", data: this.weeksList }], |
|
|
|
yAxis: [{ type: "value" }], |
|
|
|