Skip to content

Commit 61d70c2

Browse files
committed
plotlyjs v2.15: Add two new arrow marker symbols
1 parent 7b8ff1a commit 61d70c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Plotly.NET/CommonAbstractions/StyleParams.fs

+4
Original file line numberDiff line numberDiff line change
@@ -2704,6 +2704,8 @@ module StyleParam =
27042704
| ArrowBarDown
27052705
| ArrowBarLeft
27062706
| ArrowBarRight
2707+
| Arrow
2708+
| ArrowWide
27072709

27082710
static member toInteger =
27092711
function
@@ -2761,6 +2763,8 @@ module StyleParam =
27612763
| ArrowBarDown -> 50
27622764
| ArrowBarLeft -> 51
27632765
| ArrowBarRight -> 52
2766+
| Arrow -> 53
2767+
| ArrowWide -> 54
27642768

27652769
static member convert =
27662770
MarkerSymbol.toInteger >> string >> box

0 commit comments

Comments
 (0)