We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56cc563 + 82dc93b commit c671e1eCopy full SHA for c671e1e
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