Skip to content

Commit a9c9eef

Browse files
committed
fix some docs
1 parent aad6184 commit a9c9eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/01_6_Sliders.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let scattersChart =
6565
Size = 6
6666
)
6767
)
68-
|> Chart.withTraceName(Visible=chartVisibility)
68+
|> Chart.withTraceInfo(Visible=chartVisibility)
6969
go
7070
)
7171
|> GenericChart.combine

docs/index.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ One of the main design points of Plotly.NET it is to provide support for multipl
211211

212212
[(1,5);(2,10)]
213213
|> Chart.Point
214-
|> Chart.withTraceName("Hello from F#",ShowLegend=true)
214+
|> Chart.withTraceInfo("Hello from F#",ShowLegend=true)
215215
|> Chart.withYAxisStyle("xAxis",ShowGrid= false, ShowLine=true)
216216
|> Chart.withXAxisStyle("yAxis",ShowGrid= false, ShowLine=true)
217217

0 commit comments

Comments
 (0)