Skip to content

Commit f18b6bf

Browse files
committed
Remove unused Edits style param
1 parent 3dc5c32 commit f18b6bf

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

Diff for: src/Plotly.NET/CommonAbstractions/StyleParams.fs

-39
Original file line numberDiff line numberDiff line change
@@ -222,45 +222,6 @@ module StyleParam =
222222
override this.ToString() = this |> SubPlotId.toString
223223
member this.Convert() = this |> SubPlotId.convert
224224

225-
[<RequireQualifiedAccess>]
226-
/// Editable parts of a chart that can be set via Chart config.
227-
type Edits =
228-
///Determines if the main anchor of the annotation is editable.The main anchor corresponds to the',
229-
///text (if no arrow) or the arrow (which drags the whole thing leaving the arrow length & direction unchanged).
230-
| AnnotationPosition
231-
///Has only an effect for annotations with arrows. Enables changing the length and direction of the arrow.
232-
| AnnotationTail
233-
///Enables editing annotation text.
234-
| AnnotationText
235-
///Enables editing axis title text.
236-
| AxisTitleText
237-
///Enables moving colorbars.
238-
| ColorbarPosition
239-
///Enables editing colorbar title text.
240-
| ColorbarTitleText
241-
///Enables moving the legend.
242-
| LegendPosition
243-
///Enables editing the trace name fields from the legend
244-
| LegendText
245-
///Enables moving shapes.
246-
| ShapePosition
247-
248-
static member toString aeo =
249-
match aeo with
250-
| AnnotationPosition -> "annotationPosition"
251-
| AnnotationTail -> "annotationTail"
252-
| AnnotationText -> "annotationText"
253-
| AxisTitleText -> "axisTitleText"
254-
| ColorbarPosition -> "colorbarPosition"
255-
| ColorbarTitleText -> "colorbarTitleText"
256-
| LegendPosition -> "legendPosition"
257-
| LegendText -> "legendText"
258-
| ShapePosition -> "shapePosition"
259-
260-
static member convert = Edits.toString >> box
261-
override this.ToString() = this |> Edits.toString
262-
member this.Convert() = this |> Edits.convert
263-
264225
[<RequireQualifiedAccess>]
265226
type AutoTypeNumbers =
266227
| ConvertTypes

0 commit comments

Comments
 (0)