[release] v0.12.0-unstable16

This commit is contained in:
Yann Stepienik 2023-10-29 15:09:40 +00:00
parent 7c1238b492
commit a578ec8987

View file

@ -144,6 +144,8 @@ const TableComponent = ({ title, data, displayMax, render, xAxis, slot, zoom}) =
} else if (item.AggloType == "avg") {
avgIndex++;
return a + b;
} else {
return b;
}
}, 0);
if (item.AggloType == "avg") {