bitview: small fixes

This commit is contained in:
nym21
2025-08-30 12:11:15 +02:00
parent e106d30852
commit 5ba7ce5b7c
4 changed files with 19 additions and 17 deletions

View File

@@ -3016,7 +3016,7 @@ function createPartialOptions({ env, colors, vecIdToIndexes }) {
}),
createBaseSeries({
key: "days_since_ath",
name: "Days since",
name: "since",
}),
createBaseSeries({
key: "max_days_between_aths",
@@ -3459,6 +3459,9 @@ function createPartialOptions({ env, colors, vecIdToIndexes }) {
key: "difficulty_as_hash",
name: "difficulty",
color: colors.default,
options: {
lineStyle: 1,
},
}),
],
},