Skip to content

Commit

Permalink
Merge branch 'release/1.0.2' into jarroyo/ch66846/return-carto-table-…
Browse files Browse the repository at this point in the history
…name-when-uploading-a
  • Loading branch information
Jesus89 committed Apr 3, 2020
2 parents 4b8ba80 + dba6cac commit 18790db
Show file tree
Hide file tree
Showing 13 changed files with 487 additions and 1,578 deletions.
5 changes: 4 additions & 1 deletion cartoframes/viz/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ def _build_options(self):
options = {
'read_only': self._read_only,
'buckets': self._buckets,
'weight': self._weight
'weight': self._weight,
'autoplay': True
# TODO: `autoplay: False` is not working on Airship,
# so it should be fixed when autoplay param is exposed in CF API
}

return camel_dictionary(options)
4 changes: 2 additions & 2 deletions docs/developer-center/examples/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
"path": "publish_and_share"
}, {
"title": "Publish Layout Visualization",
"desc": "Publish a layout visualization",
"file": "publish_layout",
"desc": "Publish a visualization of a layout",
"file": "publish_visualization_layout",
"path": "publish_and_share"
}]
}, {
Expand Down
367 changes: 145 additions & 222 deletions examples/data_management/load_data_from_csv.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 18790db

Please sign in to comment.