We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c123fe commit d6235fdCopy full SHA for d6235fd
1 file changed
src/Plotly.NET/ChartAPI/Chart2D.fs
@@ -6167,8 +6167,7 @@ module Chart2D =
6167
)
6168
|> GenericChart.mapTrace (
6169
Trace2DStyle.Scatter(
6170
- ?LegendGroup = LegendGroupData,
6171
- ?LegendGroupTitle = if LegendGroupData.IsSome then Some (Title.init (Text = LegendGroupData.Value)) else None
+ ?LegendGroup = LegendGroupData
6172
6173
6174
@@ -6186,8 +6185,7 @@ module Chart2D =
6186
6185
?TextPosition = ReferenceTextPosition,
6187
?MultiTextPosition = MultiReferenceTextPosition,
6188
?Line = ReferenceLine,
6189
- ?LegendGroup = LegendGroupReference,
6190
- ?LegendGroupTitle = if LegendGroupReference.IsSome then Some (Title.init (Text = LegendGroupReference.Value)) else None
+ ?LegendGroup = LegendGroupReference
6191
6192
6193
|> TraceStyle.Marker(
0 commit comments