From 085fda26a1489c84260b37e087cf66fa103a8da8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 11 Feb 2025 19:35:12 +0100 Subject: [PATCH] refactor(qav3): use bar to identify min_max MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/strategies/QuickAdapterV3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/strategies/QuickAdapterV3.py b/quickadapter/user_data/strategies/QuickAdapterV3.py index 1d12817..14db908 100644 --- a/quickadapter/user_data/strategies/QuickAdapterV3.py +++ b/quickadapter/user_data/strategies/QuickAdapterV3.py @@ -75,8 +75,8 @@ class QuickAdapterV3(IStrategy): "&s-maxima_sort_threshold": {"color": "#5b5e4b", "type": "line"}, }, "min_max": { - "maxima": {"color": "#a29db9", "type": "line"}, - "minima": {"color": "#ac7fc", "type": "line"}, + "maxima": {"color": "#a29db9", "type": "bar"}, + "minima": {"color": "#ac7fc", "type": "bar"}, }, }, } -- 2.43.0