global: v0.2 incoming

This commit is contained in:
nym21
2026-03-21 23:05:27 +01:00
parent 926721c482
commit ef491a3a66
26 changed files with 1718 additions and 16196 deletions

View File

@@ -231,7 +231,7 @@ function createSingleEntryTree(item, returnsBottom) {
* @param {BaseEntryItem & { titlePrefix?: string }} item
*/
function createShortSingleEntry(item) {
return createSingleEntryTree(item, percentRatioBaseline({ pattern: item.returns, name: "Current" }));
return createSingleEntryTree(item, percentRatioBaseline({ pattern: item.returns, name: "Return" }));
}
/**
@@ -249,7 +249,7 @@ function createLongSingleEntry(item) {
name: "Returns",
title: `Returns: ${titlePrefix}`,
top,
bottom: percentRatioBaseline({ pattern: returns, name: "Current" }),
bottom: percentRatioBaseline({ pattern: returns, name: "Return" }),
},
{
name: "CAGR",