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 a40ab9114..43ad4b69e 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 @@ -250,6 +250,7 @@ export class AccelerationFeesGraphComponent implements OnInit, OnDestroy { type: 'bar', barWidth: '90%', large: true, + barMinHeight: 1, }, ], dataZoom: (this.widget || data.length === 0 )? undefined : [{