단순이동평균선 이름 표시방식 변경
This commit is contained in:
@@ -231,6 +231,7 @@ export function getParamLabel(key: string, indicatorType?: string): string {
|
||||
}
|
||||
|
||||
export function getPlotLabel(title: string): string {
|
||||
if (/^MA\d+일$/.test(title) || /^EMA\d+일$/.test(title)) return title;
|
||||
const pair = PLOT_LABELS[title];
|
||||
if (pair) return bilingual(pair);
|
||||
return bilingual({ ko: title, en: title });
|
||||
|
||||
Reference in New Issue
Block a user