mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-28 00:29:58 -07:00
bitview: small fixes
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user