Skip to content
Snippets Groups Projects
Commit 4fcc02cd authored by Robert Goldmann's avatar Robert Goldmann
Browse files

SensorLineChartTile: always hide modebar + hide markers + show datetime on hover

parent 342d3be9
No related branches found
No related tags found
No related merge requests found
...@@ -65,10 +65,7 @@ ...@@ -65,10 +65,7 @@
y: {{ y }}, y: {{ y }},
fill: 'tozeroy', fill: 'tozeroy',
type: 'scatter', type: 'scatter',
marker: { mode: 'lines',
color: '{{ lineColor }}',
size: 10,
},
line: { line: {
shape: 'spline', shape: 'spline',
color: '{{ lineColor }}', color: '{{ lineColor }}',
...@@ -94,9 +91,11 @@ ...@@ -94,9 +91,11 @@
l: 0, l: 0,
r: 0, r: 0,
t: 0 t: 0
} },
hovermode: 'closest'
}, },
{ {
displayModeBar: false,
displaylogo: false, displaylogo: false,
responsive: true, responsive: true,
locale: 'de' locale: 'de'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment