XPlot icon indicating copy to clipboard operation
XPlot copied to clipboard

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

Open FoggyFinder opened this issue 6 years ago • 1 comments

It seems like WithOptions and WithLayout are the same:

member __.WithOptions options = __.WithLayout options

Probably it will be better to remove WithOptions or make it obsolete to avoid confusing.

FoggyFinder avatar Nov 12 '18 15:11 FoggyFinder

Just to have some API consistency I think WithLayout is better to deprecate.

cartermp avatar Nov 08 '19 18:11 cartermp