Fixed: StackedChart colors only showing on page load

This commit is contained in:
Qstick
2021-05-15 18:45:25 -04:00
parent 06901c4aee
commit 6f7987a907
2 changed files with 7 additions and 3 deletions

View File

@@ -39,8 +39,6 @@ function getTotalRequestsData(indexerStats) {
]
};
console.log(data);
return data;
}