Browse Source

修改柱状图

pull/151/head
xuxiaoming 3 years ago
parent
commit
4d1754d7bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/char.vue View File

@ -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" }],


Loading…
Cancel
Save