Blame view

datalets/piechart-datalet/demo/index.html 610 Bytes
02de6132   pina   a new datalet pie...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <!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="../piechart-datalet.html" />
  <piechart-datalet data-url="https://data.issy.com/api/records/1.0/search?dataset=flux-rss-des-offres-demplois-a-issy-les-moulineaux&sort=published&facet=published&refine.published=2015%2F10"
                           fields='["facet_groups,facets,facets,path","facet_groups,facets,facets,count"]'></piechart-datalet>
  </body>
  </html>