refactor/improve charts + limit combatRatingHistory length to 8

This commit is contained in:
SowinskiBraeden committed 2023-11-05 15:16:31 -08:00
1 parent e27fff585a
commit b06a3e69e3
4 files changed
+27 -9

No files matched your search

+1 -1
View File
@@ -141,7 +141,7 @@ module.exports = {
};
const encodedChart = encodeURIComponent(JSON.stringify(chart));
const chartURL = `https://quickchart.io/chart?c=${encodedChart}`;
const chartURL = `https://quickchart.io/chart?bkg=${encodeURIComponent("#ded8d7")}&c=${encodedChart}}`;
stats.setImage(chartURL);