This commit is contained in:
Sakurai Ryota 2025-02-09 11:49:36 +09:00
parent 4f3947179e
commit a436bc7cde

View File

@ -56,6 +56,12 @@
borderColor: 'rgba(255, 0, 0, 1)', borderColor: 'rgba(255, 0, 0, 1)',
backgroundColor: 'rgba(0, 0, 0, 0)', 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)',
},
], ],
}, },
options: { options: {