Skip to content

Commit 20e016b

Browse files
committed
fix multichart docs
1 parent be7b3c5 commit 20e016b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01_2_multiple-charts.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ let multipleTraceTypesGrid =
254254
[
255255
Chart.Point([1,2; 2,3])
256256
Chart.PointTernary([1,2,3; 2,3,4])
257-
Chart.Heatmap([[1; 2];[3; 4]], Showscale=false)
257+
Chart.Heatmap([[1; 2];[3; 4]], ShowScale=false)
258258
Chart.Point3d([1,3,2])
259259
Chart.PointMapbox([1,2]) |> Chart.withMapbox(Mapbox.init(Style = StyleParam.MapboxStyle.OpenStreetMap))
260260
[

0 commit comments

Comments
 (0)