minBarSpacing defaults
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.0.9',
|
||||
version='2.0.10',
|
||||
packages=find_packages(),
|
||||
python_requires='>=3.8',
|
||||
install_requires=[
|
||||
|
||||
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user