UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

44 lines (35 loc) 1.53 kB
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scalbe=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="src/vwidgets-grid.css"> <link rel="stylesheet" href="src/vwidgets-grid-responsive.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <p>Hello world! This is HTML5 Boilerplate.</p> <div id="sample1"> </div> <div id="sample2"> </div> <button type="button" id="deletelastrecord">Delete last record</button> <script src="node_modules/jquery/dist/jquery.js"></script> <script src="node_modules/jqueryui/jquery-ui.js"></script> <script src="node_modules/jspdf/dist/jspdf.min.js"></script> <script src="node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.src.js"></script> <script src="src/vwidgets-grid.js"></script> <script src="js/main2.js"></script> </body> </html>