Commit 4c5ba5a23bab941f42e198a406d07b2536ef2806
1 parent
4f0683af
demo folder removed
Showing
1 changed file
with
0 additions
and
21 deletions
demo/index.html deleted
1 | -<!DOCTYPE html> | |
2 | -<html lang="en"> | |
3 | -<head> | |
4 | - <meta charset="UTF-8"> | |
5 | - <title></title> | |
6 | - | |
7 | - <script> | |
8 | - </script> | |
9 | - | |
10 | -</head> | |
11 | -<body> | |
12 | - | |
13 | -<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script> | |
14 | -<link rel="import" href="../donutpie3dchart-datalet.html" /> | |
15 | - | |
16 | -<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" | |
17 | - fields='["facet_groups,facets,facets,path","facet_groups,facets,facets,count"]'></donutpie3dchart-datalet> | |
18 | - | |
19 | -</body> | |
20 | -</html> | |
21 | - |