Skip to content

Commit f75ef06

Browse files
Plotly: use cross markers
1 parent da7c998 commit f75ef06

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/Plotly.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,13 @@ export default {
625625
width: 1.5
626626
},
627627
marker: {
628-
size: 4,
629-
color: expression.color
628+
size: 5,
629+
symbol: 'cross-thin',
630+
color: expression.color,
631+
line: {
632+
color: expression.color,
633+
width: 1
634+
}
630635
}
631636
})
632637
let axisname = expression.axis > 0 ? ('yaxis' + (expression.axis + 1)) : 'yaxis'

0 commit comments

Comments
 (0)