This commit is contained in:
David Brazda
2024-10-20 15:11:22 +02:00
parent e752ef8fdd
commit b336857832
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ export class Handler {
public chart: IChartApi;
public scale: Scale;
public precision: number = 2;
public precision: number = 3;
public series: ISeriesApi<SeriesType>;
public volumeSeries: ISeriesApi<SeriesType>;