Blame view

datalets/scatterplot-matrix-datalet/demo/index.html 678 Bytes
fc6c91b0   mwasiluk   d3 scatterplot-ma...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <!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-matrix-datalet.html" />
  
  <div style="width:auto;">
25c08616   mwasiluk   scatterplot-matri...
17
18
19
  
      <scatterplot-matrix-datalet cell-size="250" 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","result,records,dens_demografica"]'></scatterplot-matrix-datalet>
fc6c91b0   mwasiluk   d3 scatterplot-ma...
20
21
22
23
24
  </div>
  
  
  </body>
  </html>