From 82dc93b1492e7a1248bd24430f8e3454793d6eea Mon Sep 17 00:00:00 2001 From: bvenn Date: Sun, 3 Nov 2024 12:12:37 +0100 Subject: [PATCH] fix #474 --- src/Plotly.NET/CommonAbstractions/StyleParams.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plotly.NET/CommonAbstractions/StyleParams.fs b/src/Plotly.NET/CommonAbstractions/StyleParams.fs index 0afd9be9..77438ba3 100644 --- a/src/Plotly.NET/CommonAbstractions/StyleParams.fs +++ b/src/Plotly.NET/CommonAbstractions/StyleParams.fs @@ -2533,8 +2533,8 @@ module StyleParam = static member toString = function | None -> "" - | DiagonalDescending -> "/" - | DiagonalAscending -> """\""" + | DiagonalDescending -> """\""" + | DiagonalAscending -> "/" | DiagonalChecked -> "x" | HorizontalLines -> "-" | VerticalLines -> "|"