fix
This commit is contained in:
File diff suppressed because one or more lines are too long
2
setup.py
2
setup.py
@ -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=[
|
||||
|
||||
@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user