주가 소수점 제거
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user