Fixed formatter {c} not work #175

This commit is contained in:
monitor1394
2021-12-03 13:08:20 +08:00
parent ae9cc37592
commit 0615b6b5d8
3 changed files with 5 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ namespace XCharts
{
content = content.Replace(old, serieName);
}
else if (p == 'b' || p == 'B' || p == 'c' || p == 'E')
else if (p == 'b' || p == 'B' || p == 'e' || p == 'E')
{
content = content.Replace(old, dataName);
}