@@ -94,7 +94,7 @@ type Chart =
94
94
let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
95
95
96
96
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) )
98
98
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
99
99
|> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
100
100
|> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -137,7 +137,7 @@ type Chart =
137
137
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
138
138
139
139
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) )
141
141
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
142
142
|> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
143
143
|> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -183,7 +183,7 @@ type Chart =
183
183
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
184
184
185
185
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) )
187
187
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
188
188
|> TraceStyle.Line( ?Color= Color,? Dash= Dash,? Width= Width, Shape= StyleParam.Shape.Spline, ?Smoothing= Smoothing)
189
189
|> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
@@ -223,7 +223,7 @@ type Chart =
223
223
let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
224
224
225
225
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) )
227
227
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
228
228
|> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol, MultiSizes= sizes)
229
229
|> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
@@ -258,22 +258,22 @@ type Chart =
258
258
259
259
let trace =
260
260
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) )
262
262
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend)
263
263
|> TraceStyle.Line( ?Color= Color)
264
264
|> TraceStyle.Marker( ?Color= Color)
265
265
|> TraceStyle.TextLabel( ?Text= Labels,? Textposition= TextPosition,? Textfont= TextFont)
266
266
267
267
let lower =
268
268
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) )
270
270
|> TraceStyle.TraceInfo( Showlegend= false )
271
271
|> TraceStyle.Line( Width= 0 )
272
272
|> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,,0.5)" )
273
273
274
274
let upper =
275
275
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) )
277
277
|> TraceStyle.TraceInfo( Showlegend= false )
278
278
|> TraceStyle.Line( Width= 0 )
279
279
|> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,,0.5)" )
@@ -318,14 +318,14 @@ type Chart =
318
318
319
319
let lower =
320
320
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) )
322
322
|> TraceStyle.TraceInfo( Showlegend= false )
323
323
|> TraceStyle.Line( Width= 0 )
324
324
|> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,0,0.5)" )
325
325
326
326
let upper =
327
327
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) )
329
329
|> TraceStyle.TraceInfo( Showlegend= false )
330
330
|> TraceStyle.Line( Width= 0 )
331
331
|> TraceStyle.Marker( Color= if RangeColor.IsSome then RangeColor.Value else " rgba(0,0,0,0.5)" )
@@ -370,7 +370,7 @@ type Chart =
370
370
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
371
371
372
372
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) )
374
374
|> TraceStyle.TraceInfo( ?Name= Name,? Showlegend= Showlegend,? Opacity= Opacity)
375
375
|> TraceStyle.Line( ?Color= Color,? Dash= Dash,? Width= Width)
376
376
|> TraceStyle.Marker( ?Color= Color,? Symbol= MarkerSymbol)
0 commit comments