XPlot.Plotly: Chart.WithOptions and Chart.WithLayout do the same thing
Open
Area: API
Area: plotly
enhancement
help wanted
- Dominant language
- F#
- Stars
- 289
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
It seems like [WithOptions](https://github.com/fslaborg/XPlot/blob/master/src/XPlot.Plotly/Main.fs#L172) and [WithLayout](https://github.com/fslaborg/XPlot/blob/master/src/XPlot.Plotly/Main.fs#L161) are the same:
```fsharp
member __.WithOptions options = __.WithLayout options
```
Probably it will be better to remove `WithOptions` or make it obsolete to avoid confusing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.