Do not show points on line graph
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user