Fix chart world names

This commit is contained in:
Natsumi
2025-11-25 17:07:42 +11:00
parent 6161b88e04
commit 20a2c244d9

View File

@@ -420,7 +420,11 @@
const timeString = timeToText(param.data, true);
const color = param.color;
const name = param.name;
let name = param.name;
// jank: remove axis label rich text formatting
name = name.endsWith('}') ? name.slice(0, -1) : name;
name = name.replaceAll('{filtered|', '').replaceAll('{normal|', '');
const location = parseLocation(instanceData.location);
return `