seimin 10 月之前
父节点
当前提交
0220da05f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/app/views/quilt-washing-trend-analysis/quilt-washing-trend-analysis.component.ts

+ 2 - 2
src/app/views/quilt-washing-trend-analysis/quilt-washing-trend-analysis.component.ts

@@ -116,7 +116,7 @@ export class QuiltWashingTrendAnalysisComponent implements OnInit {
116
           name: e.deptName,
116
           name: e.deptName,
117
           value: e.priceRate,
117
           value: e.priceRate,
118
           label: {
118
           label: {
119
-            position: e.priceRate >= 0 ? 'bottom' : 'bottom',
119
+            position: e.priceRate >= 0 ? 'bottom' : 'top',
120
           }
120
           }
121
         });
121
         });
122
       });
122
       });
@@ -208,7 +208,7 @@ export class QuiltWashingTrendAnalysisComponent implements OnInit {
208
           name: e.deptName,
208
           name: e.deptName,
209
           value: e.countRate,
209
           value: e.countRate,
210
           label: {
210
           label: {
211
-            position: e.countRate >= 0 ? 'bottom' : 'bottom',
211
+            position: e.countRate >= 0 ? 'bottom' : 'top',
212
           }
212
           }
213
         });
213
         });
214
       });
214
       });