global: more mining related datasets

This commit is contained in:
nym21
2025-09-11 18:45:54 +02:00
parent 47f7cef4f4
commit 6253fa30ef
5 changed files with 222 additions and 124 deletions

View File

@@ -143,9 +143,9 @@ function createChartElement({
}),
);
ichart.priceScale("right").applyOptions({
minimumWidth: 80,
});
// ichart.priceScale("right").applyOptions({
// minimumWidth: 80,
// });
ichart.panes().at(0)?.setStretchFactor(1);
@@ -693,7 +693,7 @@ function createChartElement({
color: color(),
// lineVisible: false,
// pointMarkersVisible: true,
// pointMarkersRadius: 1.375,
// pointMarkersRadius: 1,
...options,
},
paneIndex,

View File

@@ -842,6 +842,7 @@ function createUtils() {
(!unit || thoroughUnitCheck) &&
(id === "price_drawdown" ||
id === "difficulty_adjustment" ||
id.startsWith("inflation_rate") ||
id.endsWith("_oscillator") ||
id.endsWith("_dominance") ||
id.endsWith("_returns") ||

View File

@@ -3525,16 +3525,13 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
bottom: [
createAverageSeries({
concat: "tx_weight",
title: "Weight",
}),
...createMinMaxPercentilesSeries({
concat: "tx_weight",
title: "Weight",
}),
createAverageSeries({ concat: "tx_vsize", title: "VSize" }),
createAverageSeries({ concat: "tx_vsize" }),
...createMinMaxPercentilesSeries({
concat: "tx_vsize",
title: "VSize",
}),
],
},
@@ -3730,6 +3727,16 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
}),
],
},
{
name: "Inflation",
title: "Inflation Rate",
bottom: [
createBaseSeries({
key: "inflation_rate",
name: "Inflation",
}),
],
},
{
name: "Puell multiple",
title: "Puell multiple",