Skip to content

Commit c671e1e

Browse files
authored
Merge pull request #475 from bvenn/#474-fix-patternshape
Fix pattern shape mix-up between ascending and descending
2 parents 56cc563 + 82dc93b commit c671e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Plotly.NET/CommonAbstractions/StyleParams.fs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2533,8 +2533,8 @@ module StyleParam =
25332533
static member toString =
25342534
function
25352535
| None -> ""
2536-
| DiagonalDescending -> "/"
2537-
| DiagonalAscending -> """\"""
2536+
| DiagonalDescending -> """\"""
2537+
| DiagonalAscending -> "/"
25382538
| DiagonalChecked -> "x"
25392539
| HorizontalLines -> "-"
25402540
| VerticalLines -> "|"

0 commit comments

Comments
 (0)