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)', - }, ], }, });