diff --git a/Monitor/Pages/_get/DashboardBottom.cshtml b/Monitor/Pages/_get/DashboardBottom.cshtml
index f621df8..e470cd3 100644
--- a/Monitor/Pages/_get/DashboardBottom.cshtml
+++ b/Monitor/Pages/_get/DashboardBottom.cshtml
@@ -9,6 +9,41 @@
}
+
+
+
+
+ @if (!Model.TrendChartDataJSON.Equals("")) {
+
+
+
+ } else {
+
Unable to load graph, no market trend data found.
+ }
+
+
+
+
+
+ @if (!Model.ProfitChartDataJSON.Equals("")) {
+
+
+
+ } else {
+
Unable to load graph, no sales data found.
+ }
+
+
+
+
+
-
-
-
- @if (!Model.TrendChartDataJSON.Equals("")) {
-
-
-
- } else {
-
Unable to load graph, no market trend data found.
- }
-
-
-
-
-
- @if (!Model.ProfitChartDataJSON.Equals("")) {
-
-
-
- } else {
-
Unable to load graph, no sales data found.
- }
-
-
-
diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml
index 39d98d3..0bac1c1 100644
--- a/Monitor/Pages/_get/DashboardTop.cshtml
+++ b/Monitor/Pages/_get/DashboardTop.cshtml
@@ -5,7 +5,7 @@
}
-
+
@if (Model.PTData.BuyLog.Count == 0) {
@@ -80,7 +80,7 @@
-