You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I created 4 Dock to display 4 different timeframes: 1minute, 5minute, 1hour, 1day by following 'dockable.py' example.
Error occured when i couldn't zoom-in 1minute chart maybe 1d chart is reaching max zoom point.
Any idea to fix this.
The text was updated successfully, but these errors were encountered:
laixuanthoi
changed the title
Zoom stuck when using Docker to display multiples chart with different timeframe
Zoom stuck when using Dock to display multiples chart with different timeframe
Feb 6, 2025
laixuanthoi
changed the title
Zoom stuck when using Dock to display multiples chart with different timeframe
Zoom stuck when using DockArea to display multiples chart with different timeframe
Feb 6, 2025
I guess you could try fplt.max_zoom_points = 1 (or possibly even 0, if that doesn't crash). That setting regulates how far you can zoom, default is 20 (so 20 days in your case). GL!
Hi.
I created 4 Dock to display 4 different timeframes: 1minute, 5minute, 1hour, 1day by following 'dockable.py' example.
Error occured when i couldn't zoom-in 1minute chart maybe 1d chart is reaching max zoom point.
Any idea to fix this.
Here is my code
The text was updated successfully, but these errors were encountered: