diff --git a/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue b/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue index 5cb043d..4f109a5 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue @@ -87,7 +87,7 @@ export default { let option = { title: { text: this.Title}, 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 }, xAxis: [{ type: "category", data: this.weeksList }], yAxis: [{ type: "value" }],