File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6167,8 +6167,7 @@ module Chart2D =
6167
6167
)
6168
6168
|> GenericChart.mapTrace (
6169
6169
Trace2DStyle.Scatter(
6170
- ?LegendGroup = LegendGroupData,
6171
- ?LegendGroupTitle = if LegendGroupData.IsSome then Some ( Title.init ( Text = LegendGroupData.Value)) else None
6170
+ ?LegendGroup = LegendGroupData
6172
6171
)
6173
6172
)
6174
6173
@@ -6186,8 +6185,7 @@ module Chart2D =
6186
6185
?TextPosition = ReferenceTextPosition,
6187
6186
?MultiTextPosition = MultiReferenceTextPosition,
6188
6187
?Line = ReferenceLine,
6189
- ?LegendGroup = LegendGroupReference,
6190
- ?LegendGroupTitle = if LegendGroupReference.IsSome then Some ( Title.init ( Text = LegendGroupReference.Value)) else None
6188
+ ?LegendGroup = LegendGroupReference
6191
6189
)
6192
6190
)
6193
6191
|> TraceStyle.Marker(
You can’t perform that action at this time.
0 commit comments