seimin 10 maanden geleden
bovenliggende
commit
0220da05f9

+ 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 116
           name: e.deptName,
117 117
           value: e.priceRate,
118 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 208
           name: e.deptName,
209 209
           value: e.countRate,
210 210
           label: {
211
-            position: e.countRate >= 0 ? 'bottom' : 'bottom',
211
+            position: e.countRate >= 0 ? 'bottom' : 'top',
212 212
           }
213 213
         });
214 214
       });