Skip to content

Commit

Permalink
chore(viz): bump deckgl plugin to 0.4.11 (#16353)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Aug 19, 2021
1 parent c5c2861 commit 86f4e69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.85",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.85",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.85",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.10",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.11",
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.85",
"@superset-ui/plugin-chart-echarts": "^0.17.85",
"@superset-ui/plugin-chart-pivot-table": "^0.17.85",
Expand Down
1 change: 1 addition & 0 deletions superset/examples/deck.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def load_deck_dash() -> None:
slices.append(slc)

slice_data = {
"autozoom": False,
"spatial": {"type": "latlong", "lonCol": "LON", "latCol": "LAT"},
"row_limit": 5000,
"mapbox_style": "mapbox://styles/mapbox/satellite-streets-v9",
Expand Down

0 comments on commit 86f4e69

Please sign in to comment.