Skip to content

Commit da7c998

Browse files
Plotly: switch to lines+markers
1 parent db4b512 commit da7c998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Plotly.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export default {
616616
datasets.push({
617617
name: expression.name,
618618
// type: 'scattergl',
619-
mode: 'lines',
619+
mode: 'lines+markers',
620620
x: data.x,
621621
y: data.y,
622622
yaxis: 'y' + (expression.axis + 1),

0 commit comments

Comments
 (0)