From 5cedf98e821b099d7f77f8abd93a89bb3bfac58e Mon Sep 17 00:00:00 2001 From: goettlic Date: Wed, 25 Feb 2026 10:13:32 +0000 Subject: [PATCH] Fixing missing setting in connect gaps option --- DataPlotly/core/plot_settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataPlotly/core/plot_settings.py b/DataPlotly/core/plot_settings.py index 18e1e4e0..b9133e29 100644 --- a/DataPlotly/core/plot_settings.py +++ b/DataPlotly/core/plot_settings.py @@ -153,7 +153,9 @@ def __init__(self, plot_type: str = 'scatter', properties: dict = None, layout: #'line_dash_threshold': 'dash', 'line_dash_threshold': 'dot', 'threshold_value': 1, - 'threshold': False + 'threshold': False, + 'connect_gaps': False + } # layout nested dictionary