We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b1b21 commit d5b6050Copy full SHA for d5b6050
1 file changed
examples/official-site/sqlpage/migrations/10_map.sql
@@ -85,6 +85,14 @@ VALUES
85
TRUE,
86
TRUE
87
),
88
+ (
89
+ 'map',
90
+ 'height',
91
+ 'Height of the map, in pixels. Default to 350px',
92
+ 'INTEGER',
93
+ TRUE,
94
+ TRUE
95
+ ),
96
(
97
'map',
98
'latitude',
@@ -246,4 +254,4 @@ or abstract 2D data visualizations.
246
254
}
247
255
]'
248
256
)
249
- );
257
+ );
0 commit comments