We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
参考:東京のサイト
The text was updated successfully, but these errors were encountered:
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"で指定
Sorry, something went wrong.
No branches or pull requests
改善詳細 / Details of Improvement
東京のサイトは機能があるので流用できそう。
スクリーンショット / Screenshot
参考:東京のサイト
期待する見せ方・挙動 / Expected behavior
動作環境・ブラウザ / Environment
The text was updated successfully, but these errors were encountered: