From 1665b0d9152aa6418297cda5c76bc5db89e69a57 Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Sat, 9 Mar 2024 09:24:25 +0900 Subject: [PATCH] [accelerator] set accel graph bar min height --- .../acceleration-fees-graph/acceleration-fees-graph.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts b/frontend/src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts index 001f005a1..c4ed65a77 100644 --- a/frontend/src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts +++ b/frontend/src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts @@ -247,6 +247,7 @@ export class AccelerationFeesGraphComponent implements OnInit, OnDestroy { type: 'bar', barWidth: '90%', large: true, + barMinHeight: 1, }, ], dataZoom: (this.widget || data.length === 0 )? undefined : [{