feat(explorer): solana ping set minBarHeight (#23894)

This commit is contained in:
Josh 2022-03-23 13:35:59 -07:00 committed by GitHub
parent 7af7c15802
commit 100fd03f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ function PingBarChart({ pingInfo }: { pingInfo: PingRollupInfo }) {
}),
datasets: [
{
minBarLength: 2,
backgroundColor: seriesData.map((val) =>
val.loss > 0.5 ? "#f00" : "#00D192"
),