CDD-3295: Dual Category Chart Interface#3222
Closed
tushortz wants to merge 5 commits into
Closed
Conversation
phill-stanley
requested changes
Jun 3, 2026
aidan
requested changes
Jun 3, 2026
7ed7e1d to
51b852a
Compare
Contributor
Author
|
Payload used {
"file_format": "svg",
"chart_height": 640,
"chart_width": 1280,
"x_axis": "date",
"y_axis": "metric",
"x_axis_title": "Dates",
"y_axis_title": "Cases",
"y_axis_minimum_value": 0,
"y_axis_maximum_value": null,
"chart_type": "stacked_bar",
"secondary_category": "stratum",
"legend_title": "Meningococal disease cases by week",
"static_fields": {
"topic": "Meningococcal-disease",
"metric": "meningococcal-disease_cases_casesByWeek",
"stratum": "default",
"age": "all",
"geography": "England",
"geography_type": "Nation",
"sex": "all",
"date_from": "2023-01-01",
"date_to": "2026-06-30"
},
"segments": [
{
"secondary_field_value": "Confirmed",
"colour": "COLOUR_1_DARK_BLUE",
"label": ""
},
{
"secondary_field_value": "Probable",
"colour": "COLOUR_3_DARK_PINK",
"label": ""
}
]
} |
Contributor
Author
tushortz
commented
Jun 5, 2026
tushortz
commented
Jun 5, 2026
tushortz
commented
Jun 5, 2026
c5458b6 to
89d9497
Compare
aidan
approved these changes
Jun 8, 2026
phill-stanley
approved these changes
Jun 8, 2026
ce3ae71 to
3dca217
Compare
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.4.2 to 21.5.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.4.2...21.5.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
all changes are now on CDD-3342's MR - #3250 |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR includes the following:
Fixes #CDD-3295
Type of change
Please select the options that are relevant.
Checklist: