Label finance 3D axes

This commit is contained in:
2026-06-04 14:16:55 +02:00
parent fde7f6bc95
commit 1049216049
2 changed files with 50 additions and 0 deletions
@@ -1345,6 +1345,10 @@
indicator = _finance3dIndicator,
title = ResolveFinance3dIndicatorLabel(_finance3dIndicator),
chartType = _finance3dChartType,
xAxis = T("X: Land", "X: country"),
yAxis = T("Y: Wert / Indikator", "Y: value / indicator"),
zAxis = T("Z: Jahr / Zeit", "Z: year / time"),
pieAxis = T("Kreis: Laenderanteile", "Pie: country shares"),
scenarioFactor = Finance3dScenarioAffectsValue ? _finance3dScenarioFactor : 1d
});
}