File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ patterns across the displayed location.
9595let 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
118118let 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),
@@ -235,7 +235,7 @@ let choroplethGeoJSON =
235235 Chart.ChoroplethMap(
236236 locations = locationsGeoJSON,
237237 z = zGeoJSON,
238- Locationmode = StyleParam.LocationFormat.GeoJson_ Id,
238+ LocationMode = StyleParam.LocationFormat.GeoJson_ Id,
239239 GeoJson = geoJson,
240240 FeatureIdKey= " id"
241241 )
You can’t perform that action at this time.
0 commit comments