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 aad6184 commit a9c9eefCopy full SHA for a9c9eef
docs/01_6_Sliders.fsx
@@ -65,7 +65,7 @@ let scattersChart =
65
Size = 6
66
)
67
68
- |> Chart.withTraceName(Visible=chartVisibility)
+ |> Chart.withTraceInfo(Visible=chartVisibility)
69
go
70
71
|> GenericChart.combine
docs/index.fsx
@@ -211,7 +211,7 @@ One of the main design points of Plotly.NET it is to provide support for multipl
211
212
[(1,5);(2,10)]
213
|> Chart.Point
214
-|> Chart.withTraceName("Hello from F#",ShowLegend=true)
+|> Chart.withTraceInfo("Hello from F#",ShowLegend=true)
215
|> Chart.withYAxisStyle("xAxis",ShowGrid= false, ShowLine=true)
216
|> Chart.withXAxisStyle("yAxis",ShowGrid= false, ShowLine=true)
217
0 commit comments