Fix
This commit is contained in:
parent
4f3947179e
commit
a436bc7cde
@ -56,6 +56,12 @@
|
||||
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)',
|
||||
},
|
||||
],
|
||||
},
|
||||
options: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user