We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8ff1a commit 61d70c2Copy full SHA for 61d70c2
src/Plotly.NET/CommonAbstractions/StyleParams.fs
@@ -2704,6 +2704,8 @@ module StyleParam =
2704
| ArrowBarDown
2705
| ArrowBarLeft
2706
| ArrowBarRight
2707
+ | Arrow
2708
+ | ArrowWide
2709
2710
static member toInteger =
2711
function
@@ -2761,6 +2763,8 @@ module StyleParam =
2761
2763
| ArrowBarDown -> 50
2762
2764
| ArrowBarLeft -> 51
2765
| ArrowBarRight -> 52
2766
+ | Arrow -> 53
2767
+ | ArrowWide -> 54
2768
2769
static member convert =
2770
MarkerSymbol.toInteger >> string >> box
0 commit comments