Skip to content

Commit 5d45fd2

Browse files
committed
update fsdocs tool, fix some docs
1 parent 0ea7d3e commit 5d45fd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fsdocs-tool": {
12-
"version": "16.1.1",
12+
"version": "19.1.1",
1313
"commands": [
1414
"fsdocs"
1515
]

docs/geo-map-charts/geo-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let flights =
126126
MarkerColor = Color.fromString "red"
127127
))
128128
|> Chart.combine
129-
|> Chart.withLegend (false)
129+
|> Chart.withLayoutStyle (ShowLegend = false)
130130
|> Chart.withGeoStyle (
131131
Scope = StyleParam.GeoScope.NorthAmerica,
132132
Projection = GeoProjection.init (StyleParam.GeoProjectionType.AzimuthalEqualArea),

docs/mapbox-map-charts/mapbox-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ let flights =
119119
LineColor = Color.fromString "red"
120120
))
121121
|> Chart.combine
122-
|> Chart.withLegend (false)
122+
|> Chart.withLayoutStyle (ShowLegend = false)
123123
|> Chart.withMapbox (Mapbox.init (Style = StyleParam.MapboxStyle.OpenStreetMap, Center = (-97.0372, 32.8959)))
124124
|> Chart.withMarginSize (0, 0, 50, 0)
125125
|> Chart.withTitle "Feb. 2011 American Airline flights"

0 commit comments

Comments
 (0)