Skip to content

Commit 2994420

Browse files
committed
fix choropleth docs
1 parent eb943a9 commit 2994420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/05_2_choropleth-map.fsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ patterns across the displayed location.
9595
let choroplethMap1 =
9696
Chart.ChoroplethMap(
9797
locations,z,
98-
Locationmode=StyleParam.LocationFormat.CountryNames
98+
LocationMode=StyleParam.LocationFormat.CountryNames
9999
)
100100

101101
(*** condition: ipynb ***)
@@ -118,7 +118,7 @@ open Plotly.NET.LayoutObjects
118118
let choroplethMap2 =
119119
Chart.ChoroplethMap(
120120
locations,z,
121-
Locationmode=StyleParam.LocationFormat.CountryNames
121+
LocationMode=StyleParam.LocationFormat.CountryNames
122122
)
123123
|> Chart.withGeoStyle(
124124
Projection=GeoProjection.init(projectionType=StyleParam.GeoProjectionType.Mollweide),

0 commit comments

Comments
 (0)