We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cc563 commit 82dc93bCopy full SHA for 82dc93b
1 file changed
src/Plotly.NET/CommonAbstractions/StyleParams.fs
@@ -2533,8 +2533,8 @@ module StyleParam =
2533
static member toString =
2534
function
2535
| None -> ""
2536
- | DiagonalDescending -> "/"
2537
- | DiagonalAscending -> """\"""
+ | DiagonalDescending -> """\"""
+ | DiagonalAscending -> "/"
2538
| DiagonalChecked -> "x"
2539
| HorizontalLines -> "-"
2540
| VerticalLines -> "|"
0 commit comments