Skip to content

Commit

Permalink
Fix embed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Apr 4, 2023
1 parent 88e7be1 commit 54a6991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/EmbedMakerPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export default {
text: this.$t('charts.sewage.title'),
dimensions: [1140, 720]
},
"SewageCasesGenomes": {
value: "SewageCasesGenomes",
"SewageCases": {
value: "SewageCases",
text: this.$t('charts.sewageCases.title'),
dimensions: [1140, 720]
},
Expand Down
4 changes: 2 additions & 2 deletions src/visualizations/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let init (query: obj) (visualization: string option) (page: string) (apiEndpoint
| "Schools" -> Some Schools
| "SchoolStatus" -> Some SchoolStatus
| "Sewage" -> Some Sewage
| "SewageCasesGenomes" -> Some SewageCasesGenomes
| "SewageCases" -> Some SewageCasesGenomes
| "Sources" -> Some Sources
| "HcCases" -> Some HcCases
| "Municipalities" -> Some Municipalities
Expand Down Expand Up @@ -741,7 +741,7 @@ let render (state: State) (_: Msg -> unit) =
]

let allVisualizations =
[ sewage; metricsCorrelation; hospitals; metricsComparison; spread; dailyComparison; map
[ sewage; sewageCases; metricsCorrelation; hospitals; metricsComparison; spread; dailyComparison; map
municipalities; sources; vaccination; vaccines; vaccineEffectAge; vaccineEffect;
europeMap; worldMap; ageGroupsTimeline; tests; hCenters; infections
cases; patients; patientsICU; patientsCare; patientsAge;
Expand Down

0 comments on commit 54a6991

Please sign in to comment.