bd478cd0
pina
Ancutel datalets
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script>
</script>
</head>
<body>
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<link rel="import" href="../heatmap-datalet.html" />
<heatmap-datalet data-url="http://ckan.ancitel.it/api/action/datastore_search?resource_id=2cd3c44c-9589-41cc-889e-e3e8c31d29e9&limit=10"
fields='["result,records,Comune","result,records,1971","result,records,1981","result,records,1991","result,records,2001","result,records,2011","result,records,2015"]'></heatmap-datalet>
</body>
</html>
|