You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -192,12 +208,12 @@ export function createChart(chartDataTree: Tree, initCategories: Map<number,stri
192
208
},
193
209
tooltip: {
194
210
// tooltip for link
195
-
pointFormatter: function(){
211
+
pointFormatter: function(): string{
196
212
constpoint=thisasany;
197
213
returnpoint.fromNode.name+" → "+point.toNode.name+": "+numberFormat(point.weight)+"<br /><br /><span class='small'>(Klick entfernt die Kategorie aus dem Chart.)</span>";
198
214
},
199
215
// tooltip for node
200
-
nodeFormatter: function(){
216
+
nodeFormatter: function(): string{
201
217
constpoint=thisasHighcharts.Point;
202
218
203
219
lettotalWeight=0;
@@ -221,7 +237,7 @@ export function createChart(chartDataTree: Tree, initCategories: Map<number,stri
Das <aclass="icon-link" href="https://de.wikipedia.org/wiki/Sankey-Diagramm" target="_blank" rel="external noopener">Sankey Chart<svgclass="bi" aria-hidden="true"><usexlink:href="#arrow-up-right"></use></svg></a>
65
-
zeigt die aus <aclass="icon-link" href="https://moneymoney-app.com/" target="_blank" rel="external noopener">MoneyMoney<svgclass="bi" aria-hidden="true"><usexlink:href="#arrow-up-right"></use></svg></a> exportierten Cashflows des
66
-
Kontos <strong>{{ account_name }} ({{ account_number }})</strong> für den Zeitraum <strong>{{ start_date }} bis {{ end_date }}</strong>.
67
-
</p>
68
-
<p>
69
-
Es wurde aus insgesamt <strongid="transactionCount">{{ transaction_count }} Transaktionen</strong> generiert.
64
+
<small>
65
+
Das <aclass="icon-link" href="https://de.wikipedia.org/wiki/Sankey-Diagramm" target="_blank" rel="external noopener">Sankey Chart<svgclass="bi" aria-hidden="true"><usexlink:href="#arrow-up-right"></use></svg></a>
66
+
zeigt die aus <aclass="icon-link" href="https://moneymoney-app.com/" target="_blank" rel="external noopener">MoneyMoney<svgclass="bi" aria-hidden="true"><usexlink:href="#arrow-up-right"></use></svg></a> exportierten Cashflows des
67
+
Kontos <strong>{{ account_name }} ({{ account_number }})</strong> für den Zeitraum <strong>{{ start_date }} bis {{ end_date }}</strong>.<br>
68
+
Es wurde aus insgesamt <strongid="transactionCount">{{ transaction_count }} Transaktionen</strong> generiert.
0 commit comments