Blame view

datalets/donutpie3dchart-datalet/demo/index.html 631 Bytes
b808d63f   pina   donutpie3dchart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <!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="../donutpie3dchart-datalet.html" />
cb7bbff7   pina   change example
15
  <donutpie3dchart-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"
b808d63f   pina   donutpie3dchart
16
17
18
                           fields='["facet_groups,facets,facets,path","facet_groups,facets,facets,count"]'></donutpie3dchart-datalet>
  </body>
  </html>