Skip to content

Commit

Permalink
removed dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Dec 6, 2023
1 parent 7be92dd commit 04cb0fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/htmlwidgets/mapdeck.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ HTMLWidgets.widget({
views: [ new deck.MapView({
id: el.id,
repeat: x.repeat_view,
width: width,
height: height
// width: width,
// height: height
}) ],
map: false,
container: el.id,
Expand All @@ -94,8 +94,8 @@ HTMLWidgets.widget({
views: [ new deck.MapView({
id: el.id,
repeat: x.repeat_view,
width: width,
height: height
// width: width,
// height: height
})
],
mapboxApiAccessToken: x.access_token,
Expand Down

0 comments on commit 04cb0fa

Please sign in to comment.