Skip to content

Commit

Permalink
Update deck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Sep 20, 2019
1 parent 1292100 commit 2a4870c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/python/pydeck/pydeck/bindings/deck.py
Expand Up @@ -43,10 +43,10 @@ def __init__(
tooltip : bool, default True
Boolean indicating whether or not a tooltip should be generated when hovering over a data layer
Individual layers must have `pickable` set to `True` to be displayed in the tooltip.
height : int, default 500
Height of visualization, in pixels
width : int, default "100%"
Width of visualization, in pixels
height : :obj:`int` or :obj:`string`, default 500
Height of visualization, in pixels if an integer is passed or as a CSS value if a string
width : :obj:`int` or :obj:`string`, default "100%"
Width of visualization, in pixels if an integer is passed or as a CSS value if a string
.. _Deck:
Expand Down

0 comments on commit 2a4870c

Please sign in to comment.