2019-nCoV 전국 코로나 19 사태 일 일 동태 추 세 를 볼 수 있 습 니 다.

전염 원: 야생 동물 은 중화 국화 머리 박쥐 일 수 있다.
바이러스: 신 종 코로나 바이러스 2019-nCoV
전파 경로: 호흡 기 비말 을 통 해 전파 할 수도 있 고,접촉 을 통 해 전파 할 수도 있다.
감수성 이 예민 한 사람들:사람들 이 보편적으로 감수성 이 예민 하 다.노인 및 기초 질환 자 는 감염 후 병세 가 비교적 심각 하고 어린이 및 영유 아 도 발병 한다.
잠복기:보통 3~7 일,최 장 14 일 을 초과 하지 않 으 며 잠복기 에는 전염성 이 존재 합 니 다.

(정보 출처:정향 원·정향 의사 2020 년 1 월 29 일) 

<!doctype html>
<html lang="en">
 
<head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 <meta name="Generator" content="EditPlus®">
 <meta name="Author" content="">
 <meta name="Keywords" content="">
 <meta name="Description" content="">
 <title>            </title>
 <script src="https://cdn.bootcss.com/echarts/4.4.0-rc.1/echarts.min.js"></script>
 <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
 <style>
 html,
 body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
 }
 
 #dataFrom {
  font-size: 14px;
  text-align: right;
  margin-right: 40px;
 }
 
 #main {
  width: 100%;
  height: calc(100% - 30px);
 }
 </style>
</head>
 
<body>
 <div id="main"></div>
 <div id="dataFrom">(    :<a href="http://www.nhc.gov.cn/xcs/yqtb/list_gzbd.shtml" rel="external nofollow" 
  target="_blank">                </a>)</div>
 <script type="text/javascript">
 var myChart = echarts.init(document.getElementById('main'));
 var dataSource = [];
 $.ajaxSettings.async = false;
 $.getJSON("../Json/data.json?" + Date.parse(new Date()), function (data) {
  dataSource = data;
 })
 
 option = {
  title: {
  text: '            ',
  x: 'center',
  y: 'bottom',
  },
  legend: {},
  tooltip: {},
  dataset: {
  dimensions: ['  ', '  ', '  ', '  ', '  ', '  ', '  +  ', '  (  +  )', '   '],
  source: dataSource,
  },
  xAxis: { type: 'category' },
  yAxis: {},
  series: [
  { type: 'bar' },
  { type: 'bar' },
  { type: 'bar' },
  { type: 'bar' },
  { type: 'bar' },
  {
   type: 'line',
   label: {
   normal: {
    show: true,
    position: 'top',
   }
   }
  },
  {
   type: 'line',
   label: {
   normal: {
    show: true,
    position: 'top',
   }
   }
  },
  {
   type: 'line',
   label: {
   normal: {
    show: true,
    position: 'top',
   }
   }
  }
  ]
 };
 myChart.setOption(option);
 window.onresize = () => this.myChart.resize();
 </script>
</body>
 
</html>
 도표 보기 주소:
https://jackiezheng.github.io/2019-nCoV/web/index.html
Github 주소:
https://github.com/JackieZheng/2019-nCoV
총결산
위 에서 말 한 것 은 소 편 이 여러분 에 게 소개 한 2019-nCoV 전국 코로나 19 사태 의 일 일 동태 추 세 를 볼 수 있 습 니 다.여러분 에 게 도움 이 되 기 를 바 랍 니 다!

좋은 웹페이지 즐겨찾기