주가 소수점 제거

This commit is contained in:
Macbook
2026-05-29 15:37:13 +09:00
parent c95732c09b
commit 34d91fdced
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ import { IchimokuCloudPlugin, type IchimokuCloudPoint } from './IchimokuCloudPlu
const MAIN_PRICE_FORMAT = {
type: 'custom' as const,
minMove: 0.001,
minMove: 1,
formatter: formatChartAxisPrice,
};
import {