refactor/improve charts + limit combatRatingHistory length to 8
This commit is contained in:
4 files changed
+27
-9
No files matched your search
@@ -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);
|
||||
|
||||
|
||||
Reference in new issue
Block a user