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

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='2.2.8',
version='2.2.9',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[

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>;