Skip to content

Commit d5b6050

Browse files
authored
add height parameter to map component (#829)
This parameter is used in the example below
1 parent b7b1b21 commit d5b6050

File tree

1 file changed

+9
-1
lines changed
  • examples/official-site/sqlpage/migrations

1 file changed

+9
-1
lines changed

examples/official-site/sqlpage/migrations/10_map.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ VALUES
8585
TRUE,
8686
TRUE
8787
),
88+
(
89+
'map',
90+
'height',
91+
'Height of the map, in pixels. Default to 350px',
92+
'INTEGER',
93+
TRUE,
94+
TRUE
95+
),
8896
(
8997
'map',
9098
'latitude',
@@ -246,4 +254,4 @@ or abstract 2D data visualizations.
246254
}
247255
]'
248256
)
249-
);
257+
);

0 commit comments

Comments
 (0)