reflex/reflex/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 [REF-99] Add first version of CLI for hosting service (#1810) 2023-10-21 13:09:56 -07:00
build.py only exclude assets folder if it's in the root_dir (#2308) 2023-12-18 15:51:13 -08:00
compat.py Force pydantic v1 for sqlmodel compatibility (#3026) 2024-04-11 13:42:30 -07:00
console.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
exceptions.py [REF-2774] Add ReflexError and subclasses, send in telemetry (#3271) 2024-05-10 12:12:42 -07:00
exec.py Recommend Running with REFLEX_USE_NPM=1 if npm run fails after installing packages with bun. (#3399) 2024-05-30 15:57:15 -07:00
export.py [REF-2392] Expose next.config.js transpilePackages key (#3006) 2024-04-11 13:50:42 -07:00
format.py Get action, cancel, on_dismiss and on_auto_close working for rx.toast (#3216) 2024-05-15 11:54:52 +02:00
imports.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
lazy_loader.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
path_ops.py Resolve correct python path on windows (#2373) 2024-01-09 09:58:06 -08:00
prerequisites.py add config knob for react_strict_mode. default to True. also cleanup unused code (#3389) 2024-05-29 11:49:04 -07:00
processes.py [REF-2774] Send runtime error in telemetry (#3276) 2024-05-10 18:15:03 -07:00
pyi_generator.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
serializers.py Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
telemetry.py Suppress runtime warnings (#3354) 2024-05-21 12:34:25 -07:00
types.py properly replace ComputedVars (#3254) 2024-05-15 15:01:14 -07:00
watch.py code cleanup (split constants into a folder) (#1866) 2023-09-28 17:27:20 -07:00