We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c8564 commit fab07bfCopy full SHA for fab07bf
docs/index.fsx
@@ -235,15 +235,17 @@ static void Main(string[] args)
235
### Declarative style in F# using the underlying `DynamicObj`:
236
*)
237
238
+open Plotly.NET.LayoutObjects
239
+
240
let xAxis =
- let tmp = Axis.LinearAxis()
241
+ let tmp = LinearAxis()
242
tmp?title <- "xAxis"
243
tmp?showgrid <- false
244
tmp?showline <- true
245
tmp
246
247
let yAxis =
248
249
tmp?title <- "yAxis"
250
251
0 commit comments