Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor viz #1174

Draft
wants to merge 3 commits into
base: robynpy_release
Choose a base branch
from
Draft
Changes from 1 commit
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
Next Next commit
change the order of one pager plots
sumalreddy17 committed Dec 4, 2024
commit b9f80fcb85aed5fb0bdcffcc2ad874a2b7efcabb
2 changes: 1 addition & 1 deletion python/src/robyn/reporting/onepager_reporting.py
Original file line number Diff line number Diff line change
@@ -39,9 +39,9 @@ def __init__(

# Default plots using PlotType enum directly
self.default_plots = [
PlotType.SPEND_EFFECT,
PlotType.WATERFALL,
PlotType.FITTED_VS_ACTUAL,
PlotType.SPEND_EFFECT,
PlotType.BOOTSTRAP,
PlotType.ADSTOCK,
PlotType.IMMEDIATE_CARRYOVER,