reflex/tests/utils
HongyuHansonYao d9e718d7bd
Layout property not pushed through on rx.plotly (#3394)
* init fix

* Update reflex/components/plotly/plotly.py

Co-authored-by: Masen Furer <m_github@0x26.net>

* plotly: treat `data` as a `dict`-type Var in _render

this allows the data to be passed directly as a figure or from a state var

* removed width height prop as they are no longer needed

* updated

* reverted some of the changes

* fixed unit tests

* regen pyi

---------

Co-authored-by: Hongyu Yao <hongyuyao@hongyus-mbp-3.lan>
Co-authored-by: Masen Furer <m_github@0x26.net>
Co-authored-by: Hongyu Yao <hongyuyao@Hongyus-MacBook-Pro-3.local>
2024-05-31 11:48:43 -07:00
..
__init__.py Add serializers for different var types (#1816) 2023-09-15 17:19:26 -07:00
test_format.py Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
test_imports.py fix name for import var when is default and add tests (#2214) 2023-11-26 12:46:43 -08:00
test_serializers.py added serializer for enums (#3058) 2024-04-09 21:13:43 -07:00
test_types.py allow optional props with None default value (#3179) 2024-05-01 13:33:38 -07:00
test_utils.py [REF-2141] Custom component command improvements (#2807) 2024-03-07 20:42:22 -08:00