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

Have interventions, variables, and comparison charts across all ta3 operators. #5429

Merged
merged 7 commits into from
Nov 11, 2024

Conversation

jryu01
Copy link
Contributor

@jryu01 jryu01 commented Nov 7, 2024

Description

Make sure following charts and the settings are in all calibrate, optimize, and simulate operators.

  • Interventions over time
  • Variables over time
  • Comparison charts

Calibrate - Added comparison charts
Calibrate
Optimize - Added comparison charts
Optimize
Simulation - Added intervention and variable charts
Simulate

And small UI change to show the variable name in the chart settings panel

Screenshot 2024-11-07 at 5 57 53 PM

Note: There are many repetitions of certain logics across multiple components regarding charts and output settings. I'll do refactoring and make them reusable to remove duplicates in a separate PR.

Resolves #5170

@jryu01 jryu01 marked this pull request as ready for review November 7, 2024 23:15
@YohannParis YohannParis removed their request for review November 8, 2024 14:32
Copy link
Contributor

@Tom-Szendrey Tom-Szendrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should look into refactoring when we get the chance

Copy link
Member

@mwdchang mwdchang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't do full tests, code looks okay

@mwdchang mwdchang merged commit 084f793 into main Nov 11, 2024
4 checks passed
@mwdchang mwdchang deleted the jryu/update-output-settings branch November 11, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Update the Output Settings panel for Calibrate, Simulate and Optimize
3 participants