Skip to content
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

グラフの1週間の移動平均を表示する #601

Open
Blue-Tone opened this issue Aug 18, 2020 · 1 comment
Open

グラフの1週間の移動平均を表示する #601

Blue-Tone opened this issue Aug 18, 2020 · 1 comment
Labels
waiting waiting

Comments

@Blue-Tone
Copy link

改善詳細 / Details of Improvement

  • グラフの1週間の移動平均を表示する。
    東京のサイトは機能があるので流用できそう。

スクリーンショット / Screenshot

参考:東京のサイト
スクリーンショット 2020-08-18 22 53 01

期待する見せ方・挙動 / Expected behavior

  • 移動平均の折れ線グラフを表示する
  • 判例を追加する
  • 判例を多言語化する
  • 必要に応じて、移動平均の説明を追加する

動作環境・ブラウザ / Environment

  • any
@Blue-Tone Blue-Tone added the waiting waiting label Aug 18, 2020
@Blue-Tone
Copy link
Author

Blue-Tone commented Nov 16, 2020

改修箇所調査

東京のサイトの解析

モニタリング項目(1) 新規陽性者数

  • git/covid19_tokyo/components/cards/MonitoringConfirmedCasesNumberCard.vue
    MonitoringConfirmedCasesChartにdata.weekly_average_count,sevenDayMoveAveragesで渡している。

  • MonitoringConfirmedCasesChart.Vue
    displayData()
     type: 'line',
     data: this.chartData[1],
    でデータをセットしている。

さらにscrollable-chartに:chart-data="displayData"で渡している。

大阪のサイト

indexからtime-bar-chartでグラフ表示。

データは以下で作成。

// 感染者数グラフ
const patientsGraph = formatGraph(Data.patients_summary.data)

:chart-data="patientsGraph"で指定

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting waiting
Projects
None yet
Development

No branches or pull requests

1 participant