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

[FEAT]: Comparison charts for TA3 operators #5172

Open
pascaleproulx opened this issue Oct 16, 2024 · 0 comments
Open

[FEAT]: Comparison charts for TA3 operators #5172

pascaleproulx opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@pascaleproulx
Copy link
Contributor

We currently support looking at simulation output one model variables per chart. It works fine except when a model is stratified, the user need to compare the strata members so this feature would support that.

  • There should be an additional section in the output settings of the ta3 operators called 'comparison charts'.
  • The multi-select UI widget should support typing to filter the variables list in the dropdown and bulk select all the variables left after filtering. E.g. type 'I_' should filter the list to just the model variables related to the infected states e.g. I_young, I_middle, etc.
  • Implement rules such as:
    a) if there are 5 or less variables selected, create one chart with one line per variable, each in a different colour (with legend)
    b) if there are 6 or more variables selected, create a panel of small multiples (one thumbnail chart per variable), all with the same y axis
  • When the user clicks on the gear icon for the new chart, they can then change the default from the rule above (e.g. switch between 'All in one chart' and 'Small multiples', and if 'Small multiples' is selected, opt for unlocking the y axis or show before (grey lines) too.
    Image
@pascaleproulx pascaleproulx added the feature New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants