websites: default: snapshot

This commit is contained in:
nym21
2025-06-10 18:54:18 +02:00
parent dfd2969b3e
commit c7cf76d4a8
8 changed files with 83 additions and 59 deletions

View File

@@ -391,9 +391,7 @@ export function init({
};
parametersElement.append(
utils.dom.createHeader({
title: "Save in Bitcoin",
}).headerElement,
utils.dom.createHeader("Save in Bitcoin").headerElement,
);
/**
@@ -698,7 +696,11 @@ export function init({
},
);
const index = () => /** @type {DateIndex} */ (0);
lightweightCharts.createChartElement({
index,
owner,
parent: resultsElement,
signals,
colors,
@@ -743,6 +745,8 @@ export function init({
});
lightweightCharts.createChartElement({
index,
owner,
parent: resultsElement,
signals,
colors,
@@ -767,6 +771,8 @@ export function init({
});
lightweightCharts.createChartElement({
index,
owner,
parent: resultsElement,
signals,
colors,
@@ -797,6 +803,8 @@ export function init({
});
lightweightCharts.createChartElement({
index,
owner,
parent: resultsElement,
signals,
colors,
@@ -805,7 +813,6 @@ export function init({
fitContentOnResize: true,
utils,
elements,
config: [
{
unit: "USD",
@@ -821,6 +828,7 @@ export function init({
});
lightweightCharts.createChartElement({
index,
parent: resultsElement,
signals,
colors,