view gtc/index.html @ 98:e2817e789895

myrss: update FEEDS, and add filter_feed() function to remove bad character from the new feed
author paulo
date Wed, 01 Aug 2018 22:33:22 -0700
parents
children
line source
1 <html>
2 <head>
3 <meta charset="utf-8">
4 </head>
5 <body>
6 <div id="chart">
7 <svg></svg>
8 </div>
9 <div>
10 <button id="showcorr">Show correlation</button>
11 </div>
12 <link href="nv.d3.css" rel="stylesheet">
13 <script src="d3.js"></script>
14 <script src="nv.d3.js"></script>
15 <script src="simple-statistics.js"></script>
16 <script src="gtc.js"></script>
17 </body>
18 </html>