-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisao post 2 #18
base: master
Are you sure you want to change the base?
Revisao post 2 #18
Conversation
title: Análise da COVID-19 em 3 cidades do estado do Paraná | ||
author: Marcelo e Davi | ||
date: '2020-11-18' | ||
slug: análise-da-covid-19-em-3-cidades-do-estado-do-paraná |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tirar os acentos do slug
xlab("Dias/Meses") + | ||
ylab("Confirmados") + | ||
geom_point(aes(y = confirmed), size = 0.4) | ||
ggplotly(graph.confirmados, tooltip = "text") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Os gráficos gerados pelo plotly não estão aparecendo na página. Acho que precisa fazer alguma coisa tipo o que está aqui https://harborisland.github.io/plotly/how-to-use-plot.ly-and-ggplotly-with-R-Markdown para funcionar.
Os gráficos parecem ter sido salvos em PNG no static/blog/...
mas não estão aqui (ou não vieram no commmit).
xlab("Dias/Meses") + | ||
ylab("Confirmados") + | ||
geom_point(aes(y = confirmed_per_100k_inhabitants), size = 0.4) | ||
ggplotly(graph.confirmados.p.100k, tooltip = "text") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não aparece
xlab("Dias/Meses") + | ||
ylab("Óbitos") + | ||
geom_point(aes(y = deaths), size = 0.4) | ||
ggplotly(graph.obitos, tooltip = "text") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não aparece
xlab("Dias/Meses") + | ||
ylab("Óbitos por 100 mil habitantes") + | ||
geom_point(aes(y = deaths_per_100k_inhabitants), size = 0.4) | ||
ggplotly(graph.obitos.p.100k, tooltip = "text") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não aparece
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vejam os comentários que fiz nos gráficos, eles não estão aparecendo.
Não precisa abrir um novo pull request depois que arrumarem, basta arrumar e comitar nesse mesmo branch.
|
||
# Criação de bandeiras da COVID-19 no estado do Paraná | ||
|
||
O estado do Paraná adotou no mês de junho bandeiras com as cores amarelo, laranja e vermelho tendo como significado respectivamente alerta, risco médio e alto risco. Para protocolar essas cores o estado deve levar em consideração alguns requisitos dividido em dois critérios, propagação da doença e capacidade de atendimento. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No trecho "O estado do Paraná adotou no mês de junho" acredito que seja importante contextualizar o ano.
Eu arrumei os nomes dos arquivos e agora consigo renderizar a página com os gráficos localmente. O problema é que no servidor ainda não aparece. De qualquer maneira, precisamos pensar em uma outra forma de adicionar os gráficos do plotly, que não seja dessa forma direta. Isso porque toda vez que alguém renderizar o site, ele vai ficar compilando esse plotly e vai começara pesar para todo mundo. Pelo que vi, uma saída é salvar o gráfico em json ou html e depois incluir de alguma outra forma (assim ele não vai ficar gerando todas as vezes. Links: |
Propósito deste Pull Request
Descrição breve das alterações
Feitas as alterações solicitadas pelo Jeová e Jayme, apenas questões textuais.
Responsáveis
Davi e Marcelo
Endereço para pré-visualização
https://revisao_post_2--pet-est.netlify.app/