@@ -94,7 +94,7 @@ type Chart =
9494 let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
9595
9696 Trace.initScatter (
97- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Markers) )
97+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode. Markers) )
9898 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
9999 |> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
100100 |> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -137,7 +137,7 @@ type Chart =
137137 >> StyleParam.ModeUtils.showMarker ( isShowMarker)
138138
139139 Trace.initScatter (
140- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Lines) )
140+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode. Lines) )
141141 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
142142 |> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
143143 |> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -183,7 +183,7 @@ type Chart =
183183 >> StyleParam.ModeUtils.showMarker ( isShowMarker)
184184
185185 Trace.initScatter (
186- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Lines) )
186+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode. Lines) )
187187 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
188188 |> TraceStyle.Line( ?Color= Color,? Dash= Dash,? Width= Width, Shape= StyleParam.Shape.Spline, ?Smoothing= Smoothing)
189189 |> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
@@ -223,7 +223,7 @@ type Chart =
223223 let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
224224
225225 Trace.initScatter (
226- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Markers) )
226+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode. Markers) )
227227 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
228228 |> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol, MultiSizes= sizes)
229229 |> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -258,22 +258,22 @@ type Chart =
258258
259259 let trace =
260260 Trace.initScatter (
261- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Markers, ?Fillcolor= Color) )
261+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode. Markers, ?Fillcolor= Color) )
262262 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend)
263263 |> TraceStyle.Line( ?Color= Color)
264264 |> TraceStyle.Marker( ?Color= Color)
265265 |> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
266266
267267 let lower =
268268 Trace.initScatter (
269- TraceStyle.Scatter( X = x, Y = lower, Mode= StyleParam.Lines, ?Fillcolor= RangeColor) )
269+ TraceStyle.Scatter( X = x, Y = lower, Mode= StyleParam.Mode. Lines, ?Fillcolor= RangeColor) )
270270 |> TraceStyle.TraceInfo( Showlegend= false )
271271 |> TraceStyle.Line( Width= 0 )
272272 |> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,,0.5)" )
273273
274274 let upper =
275275 Trace.initScatter (
276- TraceStyle.Scatter( X = x, Y = upper, Mode= StyleParam.Lines, ?Fillcolor= RangeColor, Fill= StyleParam.ToNext_ y) )
276+ TraceStyle.Scatter( X = x, Y = upper, Mode= StyleParam.Mode. Lines, ?Fillcolor= RangeColor, Fill= StyleParam.Fill .ToNext_ y) )
277277 |> TraceStyle.TraceInfo( Showlegend= false )
278278 |> TraceStyle.Line( Width= 0 )
279279 |> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,,0.5)" )
@@ -318,14 +318,14 @@ type Chart =
318318
319319 let lower =
320320 Trace.initScatter (
321- TraceStyle.Scatter( X = x, Y = lower, Mode= StyleParam.Lines, ?Fillcolor= RangeColor) )
321+ TraceStyle.Scatter( X = x, Y = lower, Mode= StyleParam.Mode. Lines, ?Fillcolor= RangeColor) )
322322 |> TraceStyle.TraceInfo( Showlegend= false )
323323 |> TraceStyle.Line( Width= 0 )
324324 |> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,0,0.5)" )
325325
326326 let upper =
327327 Trace.initScatter (
328- TraceStyle.Scatter( X = x, Y = upper, Mode= StyleParam.Lines, ?Fillcolor= RangeColor, Fill= StyleParam.ToNext_ y) )
328+ TraceStyle.Scatter( X = x, Y = upper, Mode= StyleParam.Mode. Lines, ?Fillcolor= RangeColor, Fill= StyleParam.Fill .ToNext_ y) )
329329 |> TraceStyle.TraceInfo( Showlegend= false )
330330 |> TraceStyle.Line( Width= 0 )
331331 |> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,0,0.5)" )
@@ -370,7 +370,7 @@ type Chart =
370370 >> StyleParam.ModeUtils.showMarker ( isShowMarker)
371371
372372 Trace.initScatter (
373- TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode.Lines, Fill= StyleParam.ToZero_ y) )
373+ TraceStyle.Scatter( X = x, Y = y, Mode= changeMode StyleParam.Mode.Lines, Fill= StyleParam.Fill. ToZero_ y) )
374374 |> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
375375 |> TraceStyle.Line( ?Color= Color,? Dash= Dash,? Width= Width)
376376 |> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
0 commit comments