Merge pull request #5491 from mempool/nymkappa/accel-bidboost-graph

[accelerator] make bid boost graph bar min height taller
This commit is contained in:
softsimon 2024-09-22 23:48:41 +08:00 committed by GitHub
commit 407ce3c76d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@ export class AccelerationFeesGraphComponent implements OnInit, OnChanges, OnDest
type: 'bar', type: 'bar',
barWidth: '90%', barWidth: '90%',
large: true, large: true,
barMinHeight: 1, barMinHeight: 3,
}, },
], ],
dataZoom: (this.widget || data.length === 0 )? undefined : [{ dataZoom: (this.widget || data.length === 0 )? undefined : [{