Skip to content

Instantly share code, notes, and snippets.

@popowa
Created January 14, 2013 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save popowa/4527745 to your computer and use it in GitHub Desktop.
Save popowa/4527745 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8">
<title>日本の現状::2013年1月時点</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="population.js"></script>
</head>
<body>
<h2>年齢(各歳)/男女別人口-総人口(平成23年10月1日現在)</h2>
<div id="chart_div_age" style="width: 900px; height: 500px;"></div>
<h2>全国人口の推移/Time Series of Population Estimates</h2>
<div id="chart_div_year" style="width: 900px; height: 500px;"></div>
<h2>年齢、男女別人口::平成24年12月1日現在 (概算値)</h2>
<div id="chart_div" style="width: 900px; height: 800px;"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment