Fix issue with stats
This commit is contained in:
@ -201,7 +201,6 @@ export function StatChart(p: {
|
||||
id: 0,
|
||||
label: "Total",
|
||||
dataKey: "sum",
|
||||
stack: "total",
|
||||
area: false,
|
||||
showMark: false,
|
||||
},
|
||||
@ -210,7 +209,6 @@ export function StatChart(p: {
|
||||
id: a.id,
|
||||
label: a.name,
|
||||
dataKey: a.id.toString(),
|
||||
stack: "total",
|
||||
area: false,
|
||||
showMark: false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user