mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-17 14:08:10 -07:00
heatmaps: part 15
This commit is contained in:
@@ -63,6 +63,15 @@ function createOracleHeatmapOption(mode, name) {
|
||||
format: formatAmount,
|
||||
},
|
||||
},
|
||||
defaults:
|
||||
mode === "payments"
|
||||
? {
|
||||
from: "2015",
|
||||
to: "today",
|
||||
yMin: -5,
|
||||
yMax: 2,
|
||||
}
|
||||
: undefined,
|
||||
tooltip: defaultTooltip,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user