Blame view

datalets/scatterplot-datalet/demo/index.html 627 Bytes
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
  <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"
e09a3d19   mwasiluk   charts-d3 update,...
18
                           fields='["result,records,pop_residente","result,records,superficie_kmq", "result,records,regione"]'></scatterplot-datalet>
50380d5a   mwasiluk   d3 scatterplot-da...
19
  </div>
36f11711   mwasiluk   d3 scatterplot-da...
20
  
36f11711   mwasiluk   d3 scatterplot-da...
21
22
23
  
  </body>
  </html>