Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/rtichoke/_renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,5 @@ def _render_lift_v2(
if selected == "matplotlib":
return _render_lift_matplotlib(spec, size=size, color_values=color_values)
if selected in {"browser", "rtichoke_viz"}:
raise ValueError(
"Browser rendering for Lift curves requires a newer vendored release of rtichoke_viz containing Lift support."
)
return RtichokeBrowserChart(spec=spec, size=size)
raise ValueError("The Plotly renderer must use the existing production path.")
2 changes: 1 addition & 1 deletion src/rtichoke/_vendor/rtichoke_viz/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Vendored from the immutable rtichoke_viz release recorded in VENDORED_FROM.
The JS/CSS and both schema files are copied byte-for-byte from that release archive.
Production browser integration remains on the existing v1 spec until a separate adoption change.
Browser integrations use only renderer exports present in the recorded immutable release.
9 changes: 4 additions & 5 deletions src/rtichoke/_vendor/rtichoke_viz/VENDORED_FROM
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repository=https://github.com/uriahf/rtichoke_viz
release=v0.3.1
source_commit=5ccde928a0bf9fa6ece2b7572687b442c57a98a9
archive=rtichoke-viz-0.3.1.tar.gz
sha256=121aa8eb8d0f8427ecfb2c01dab0fb05668eaedf47ddcfc0cd282a7ecf1ce448

release=v0.4.0
source_commit=2125c7099839cadd536c6f38f3f7e23a17ca4348
archive=rtichoke-viz-0.4.0.tar.gz
sha256=9a687cd938f1875d577e592664ca75447455166169f6132dd7f79406515e14e1
Binary file not shown.
Binary file not shown.
Loading
Loading