Skip to content

Commit

Permalink
Removed animations from series (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
breki committed Dec 26, 2020
1 parent f53d441 commit c236179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/visualizations/DataAnalysis/AgeGroupsTimeline.fs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ let getAgeGroupTimelineAllSeriesData
name = ageGroupKey.Label
color = AgeGroup.ColorOfAgeGroup index
data = points
animation = false
|} |> Some
else
None
Expand Down
1 change: 1 addition & 0 deletions src/visualizations/DeceasedViz/Synthesis.fs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ let renderAllHospitalSeriesData state =
color = series.Color
name = I18N.tt "charts.deceased" series.SeriesId
data = constructSeriesData state series
animation = false
|}
|> pojo

Expand Down

0 comments on commit c236179

Please sign in to comment.