fslaborg / fslaborg/XPlot

XPlot.Plotly: Chart.WithOptions and Chart.WithLayout do the same thing

Open
#81 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.