Skip to content

Commit

Permalink
Putting explanation about trend
Browse files Browse the repository at this point in the history
  • Loading branch information
laercios committed Jan 12, 2021
1 parent 323d121 commit 645dc7a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.FluSyndromeHealthProfessionalInc
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.FluSyndromeIncidenceEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.FluSyndromePositivityRateEpicurv
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.FluSyndromeSamplesEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsDeathsEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsHospitalizationsEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsIncidenceEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsPositivityRateEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsSamplesEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SarsTestCapacityEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SituationReportDeathsEpicurve do
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HealthBoardWeb.DashboardLive.CardData.SituationReportIncidenceEpicurve
datasets: [
%{
type: "line",
label: "Tendência",
label: "Tendência (Média móvel de 7 dias)",
backgroundColor: "#000",
borderColor: "#000",
borderWidth: 2,
Expand Down

0 comments on commit 645dc7a

Please sign in to comment.