Skip to content

Commit

Permalink
Plotly: use cross markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 6, 2020
1 parent da7c998 commit f75ef06
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Plotly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,13 @@ export default {
width: 1.5
},
marker: {
size: 4,
color: expression.color
size: 5,
symbol: 'cross-thin',
color: expression.color,
line: {
color: expression.color,
width: 1
}
}
})
let axisname = expression.axis > 0 ? ('yaxis' + (expression.axis + 1)) : 'yaxis'
Expand Down

0 comments on commit f75ef06

Please sign in to comment.