From 3ef5919010c2b4dd8823993015917c47ee9f8e3e Mon Sep 17 00:00:00 2001 From: Sakurai Date: Sun, 9 Feb 2025 14:57:24 +0900 Subject: [PATCH] Fix --- Uriagekun/Views/Good/View.cshtml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Uriagekun/Views/Good/View.cshtml b/Uriagekun/Views/Good/View.cshtml index 2f9985d..98bdd10 100644 --- a/Uriagekun/Views/Good/View.cshtml +++ b/Uriagekun/Views/Good/View.cshtml @@ -6,7 +6,7 @@

@(Model[0].Label)

-
+
@@ -53,18 +53,6 @@ borderColor: 'rgba(255, 255, 0, 1)', backgroundColor: 'rgba(0, 0, 0, 0)', }, - { - label: "販売金額", - data: chartData.map(d => d.Price), - borderColor: 'rgba(255, 0, 0, 1)', - backgroundColor: 'rgba(0, 0, 0, 0)', - }, - { - label: "純利益", - data: chartData.map(d => d.Count * d.Price), - borderColor: 'rgba(0, 255, 0, 1)', - backgroundColor: 'rgba(0, 0, 0, 0)', - }, ], }, });