36f11711
mwasiluk
d3 scatterplot-da...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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="../scatterplot-datalet.html" />
|
50380d5a
mwasiluk
d3 scatterplot-da...
|
16
17
18
19
|
<div style="height: 600px">
<scatterplot-datalet data-url="http://ckan.ancitel.it/api/action/datastore_search?resource_id=29d9700a-fb2c-45fe-9cea-da856d5afd6c&limit=500"
fields='["result,records,pop_residente","result,records,superficie_kmq"]'></scatterplot-datalet>
</div>
|