diff --git a/links/templates/links/mini_apps/fire_planning.html b/links/templates/links/mini_apps/fire_planning.html index 5d9aff6..fd2f800 100644 --- a/links/templates/links/mini_apps/fire_planning.html +++ b/links/templates/links/mini_apps/fire_planning.html @@ -371,21 +371,6 @@ - -
-

- - Net Worth Growth Projection -

-

- - Green line shows your projected net worth with compound growth. - Red dashed line shows inflation-adjusted FIRE target. - When green crosses red, you've achieved FIRE! 🎉 -

- -
-

@@ -416,6 +401,21 @@

+ +
+

+ + Net Worth Growth Projection +

+

+ + Green line shows your projected net worth with compound growth. + Red dashed line shows inflation-adjusted FIRE target. + When green crosses red, you've achieved FIRE! 🎉 +

+ +
+

@@ -510,7 +510,7 @@ id: 'verticalLine', afterDatasetsDraw(chart, args, pluginOptions) { const options = chart.options.plugins.verticalLine; - + if (!options || !options.xValue) { return; }