diff --git a/Monitor/Pages/_Layout.cshtml b/Monitor/Pages/_Layout.cshtml index a4ab6fc..3108b41 100644 --- a/Monitor/Pages/_Layout.cshtml +++ b/Monitor/Pages/_Layout.cshtml @@ -209,5 +209,6 @@ + diff --git a/Monitor/Pages/_get/DashboardBottom.cshtml b/Monitor/Pages/_get/DashboardBottom.cshtml index 47be0f8..2e0bd56 100644 --- a/Monitor/Pages/_get/DashboardBottom.cshtml +++ b/Monitor/Pages/_get/DashboardBottom.cshtml @@ -12,9 +12,11 @@
+
+ @if (!Model.TrendChartDataJSON.Equals("")) {
- +
} else {

Unable to load graph, no market trend data found.

@@ -23,6 +25,7 @@
+
@{ double currentBalance = Model.PTData.GetCurrentBalance(); string currentBalanceString = currentBalance.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")); @@ -45,6 +48,8 @@
+
+
@if (!Model.ProfitChartDataJSON.Equals("")) {
@@ -60,7 +65,10 @@
+
+
+

Market Trends at @Model.PTMagicConfiguration.GeneralSettings.Application.Exchangemore

@@ -100,7 +108,10 @@
+
+
+

Sales Overviewmore

@{ double totalProfit = Model.PTData.SellLog.Sum(s => s.Profit); @@ -189,6 +200,7 @@