Skip to content

Commit

Permalink
Merge pull request #19 from m-colombo/Plotly_Annotation_ShowArrow_Typ…
Browse files Browse the repository at this point in the history
…eFix

Changed Annotation.showarrow type to bool as Plotly api requires
  • Loading branch information
TahaHachana committed Oct 25, 2015
2 parents 128180a + d308a5c commit 9912f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XPlot.Plotly/Graph.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3791,7 +3791,7 @@ type Annotation() =
let mutable _xref: string option = None
let mutable _yref: string option = None
let mutable _text: string option = None
let mutable _showarrow: string option = None
let mutable _showarrow: bool option = None
let mutable _font: Font option = None
let mutable _xanchor: string option = None
let mutable _yanchor: string option = None
Expand Down

0 comments on commit 9912f59

Please sign in to comment.