Skip to content

Commit

Permalink
MDV-360 - Updated queries so the data for all the countries appears i…
Browse files Browse the repository at this point in the history
…n EU Analysis by illness page
  • Loading branch information
dprado002 committed Apr 5, 2022
1 parent aaa8d0e commit e585536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboards/ilodash.cda
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
LEFT OUTER JOIN literal l
ON n.literal_id=l.id
LEFT OUTER JOIN translation t
ON l.id=t.literal_id
ON l.id=t.literal_id AND t.language="EN"
LEFT OUTER JOIN country_group cg
ON p.country_group_id=cg.id
INNER JOIN split_illness si
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"BG":"Bulgaria",
"HR":"Croatia",
"CY":"Cyprus",
"CZ":"Czech Republic",
"CZ":"Czechia",
"DK":"Denmark",
"EE":"Estonia",
"FI":"Finland",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2 data-ng-bind-html="to_trusted(i18n.L91)"></h2>
<zylk-bar-chart data-ng-cloak class="text-center"
query="getSplitDataByCountry" cda="{{::cda }}"
orientation="horizontal"
params="[['pCountry','Czech Republic']]"
params="[['pCountry','Czechia']]"
p-x-labels="1"
p-y-labels="0"
colors="[illnessColors.Cancer, illnessColors.MSD, illnessColors.Circulatory, illnessColors.Injuries, illnessColors.Others]"
Expand Down

0 comments on commit e585536

Please sign in to comment.