Skip to content

Commit 6896aaa

Browse files
committed
Update map handleDefaults sig
1 parent fd68add commit 6896aaa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/plots/map/layout_defaults.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
1212
type: 'map',
1313
attributes: layoutAttributes,
1414
handleDefaults: handleDefaults,
15-
partition: 'y'
15+
partition: 'y',
16+
fullData
1617
});
1718
};
1819

19-
function handleDefaults(containerIn, containerOut, coerce) {
20+
function handleDefaults(containerIn, containerOut, coerce, opts) {
2021
coerce('style');
2122
coerce('center.lon');
2223
coerce('center.lat');

0 commit comments

Comments
 (0)