From 0ab8b99e4fafe97438fbf1e1ff899b75f975de2b Mon Sep 17 00:00:00 2001 From: Benjamin Sigonneau Date: Sun, 21 Aug 2022 23:47:59 +0200 Subject: [PATCH] Do not show points on line graph --- views/search_results.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/search_results.tpl b/views/search_results.tpl index 71e2b24..ca3747e 100644 --- a/views/search_results.tpl +++ b/views/search_results.tpl @@ -37,6 +37,7 @@ y: {{ [d.price for d in results] }}, type: 'scatter', name: '1000-1499 L', + mode: 'lines', marker: { color: '#1f77b4', }, @@ -46,6 +47,7 @@ y: {{ [d.price500 for d in results if d.price500 is not None] }}, type: 'scatter', name: '500-999 L', + mode: 'lines', marker: { color: '#ff7f0e', },