Skip to content

Commit

Permalink
regen pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongyu Yao committed May 31, 2024
1 parent 828ad2c commit d6f53f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reflex/components/plotly/plotly.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ class Plotly(PlotlyLib):
data: Optional[Union[Var[Figure], Figure]] = None, # type: ignore
layout: Optional[Union[Var[Dict], Dict]] = None,
config: Optional[Union[Var[Dict], Dict]] = None,
width: Optional[Union[Var[str], str]] = None,
height: Optional[Union[Var[str], str]] = None,
use_resize_handler: Optional[Union[Var[bool], bool]] = None,
style: Optional[Style] = None,
key: Optional[Any] = None,
Expand Down Expand Up @@ -164,8 +162,6 @@ class Plotly(PlotlyLib):
data: The figure to display. This can be a plotly figure or a plotly data json.
layout: The layout of the graph.
config: The config of the graph.
width: The width of the graph.
height: The height of the graph.
use_resize_handler: If true, the graph will resize when the window is resized.
style: The style of the component.
key: A unique key for the component.
Expand Down

0 comments on commit d6f53f8

Please sign in to comment.