Skip to content
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d4d23d8
feat(plotly): add reactive strip selection support
axsseldz Apr 3, 2026
0891779
Copilot comments resolved
axsseldz Apr 3, 2026
328a547
feat(plotly): add reactive funnel selection support
axsseldz Apr 4, 2026
ed2da21
feat(plotly): add reactive box selection support
axsseldz Apr 3, 2026
d3852fa
Copilot comments resolved
axsseldz Apr 3, 2026
44a8bd9
Merge main (waterfall support) into feat/reactive-plotly-strip
axsseldz Apr 8, 2026
2458335
Merge main (waterfall support) into feat/reactive-plotly-funnel
axsseldz Apr 8, 2026
9e727e0
fix(plotly): address PR review comments on funnel selection
axsseldz Apr 8, 2026
12e7cef
refactor(plotly): reduce type assertions in selection.ts
axsseldz Apr 8, 2026
dace8ee
refactor(plotly): reduce unnecessary type assertions in selection.ts
axsseldz Apr 8, 2026
99219ff
refactor(plotly): reduce unnecessary type assertions in selection.ts
axsseldz Apr 8, 2026
fead98e
fix(plotly): fix malformed test structure in selection.test.ts
axsseldz Apr 8, 2026
9ed6483
Merge main into feat/reactive-plotly-strip
axsseldz Apr 8, 2026
9b23e9e
fix(plotly): remove duplicate violin type check in strip selection.ts
axsseldz Apr 8, 2026
014aa72
Merge main into feat/reactive-plotly-box
axsseldz Apr 8, 2026
879c5e9
fix(plotly): repair malformed test file in box branch merge
axsseldz Apr 8, 2026
0f2f405
Merge main into feat/reactive-plotly-funnel
axsseldz Apr 8, 2026
f3e1c0c
fix(plotly): remove duplicate violin check in strip _convert_value
axsseldz Apr 8, 2026
73c70c9
fix(plotly): remove duplicate violin tests in strip test file
axsseldz Apr 8, 2026
f58d034
Merge feat/reactive-plotly-strip into feat/reactive-plotly-box
axsseldz Apr 8, 2026
58254b3
merge feat/reactive-plotly-funnel into plotly-box for cross-branch sync
axsseldz Apr 8, 2026
3020767
merge feat/reactive-plotly-funnel into plotly-box for cross-branch sync
axsseldz Apr 8, 2026
4d2ec4c
fix(plotly): remove duplicate box/violin test cases in selection.test.ts
axsseldz Apr 8, 2026
f7e8ae4
fix(plotly): remove duplicate box/violin test cases in selection.test.ts
axsseldz Apr 8, 2026
dca3105
fix(plotly): remove ~520 lines of duplicate dead box/waterfall functions
axsseldz Apr 8, 2026
de60f47
Merge branch 'feat/reactive-plotly-box' into feat/reactive-plotly-funnel
axsseldz Apr 8, 2026
f7edf33
Merge branch 'main' into feat/reactive-plotly-funnel
axsseldz Apr 11, 2026
197f521
Merge branch 'main' into feat/reactive-plotly-funnel
axsseldz Apr 13, 2026
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: 2 additions & 2 deletions examples/third_party/plotly/funnel_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# requires-python = ">=3.10"
# dependencies = [
# "marimo",
# "pandas==2.3.0",
# "plotly==6.0.1",
# "pandas==2.3.3",
# "plotly==6.5.1",
# ]
# ///

Expand Down
Loading