minBarSpacing defaults

This commit is contained in:
David Brazda
2024-06-11 09:30:56 +02:00
parent 55eeaec507
commit 4b54588f61
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.0.9',
version='2.0.10',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[

View File

@ -138,7 +138,7 @@ export class Handler {
leftPriceScale: {
visible:leftScale,
scaleMargins:{top:.3,bottom:.25}},
timeScale: {timeVisible: true, secondsVisible: false},
timeScale: {timeVisible: true, secondsVisible: true, minBarSpacing: 0.005},
crosshair: {
mode: CrosshairMode.Normal,
vertLine: {