reflex/tests
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
..
compiler Remove deprecations for 0.5.0 (#3222) 2024-05-07 08:55:42 -07:00
components Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
experimental External assets (#3220) 2024-05-28 09:39:25 -07:00
middleware [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
states RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00
utils Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
__init__.py RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00
conftest.py [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
test_app.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
test_attribute_access_type.py Improved get_attribute_access_type tests (#3180) 2024-05-01 17:13:23 -07:00
test_base.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_config.py Clean up config and app API (#3197) 2024-05-02 18:15:28 -07:00
test_db_config.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_event.py Support replacing route on redirect (#3072) 2024-05-16 13:21:40 -07:00
test_model.py [REF-2658] Alembic should use batch mode for autogenerate (#3223) 2024-05-06 18:34:55 -07:00
test_prerequisites.py [REF-2676][REF-2751] Windows Skip ARM devices on bun install + Telemetry (#3212) 2024-05-06 09:50:05 -07:00
test_route.py [REF-2643] Throw Errors for duplicate Routes (#3155) 2024-05-03 12:15:40 -07:00
test_state_tree.py [REF-1988] API to Get instance of Arbitrary State class (#2678) 2024-02-27 13:02:08 -08:00
test_state.py Remove deprecations for 0.5.0 (#3222) 2024-05-07 08:55:42 -07:00
test_style.py Allow Component.add_style to return a regular dict (#3264) 2024-05-10 20:25:04 -07:00
test_telemetry.py Catch more errors in frontend/backend (#3346) 2024-05-20 16:55:41 -07:00
test_testing.py Clean up config and app API (#3197) 2024-05-02 18:15:28 -07:00
test_var.py feat: Optionally comparing fields in Var.contains, e.g. on rx.Base based types. (#3375) 2024-05-24 17:16:26 -07:00