Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="utf-8">
  3. <head>
  4. <link rel = "stylesheet" type = "text/css" href = "stacked-bars.css" />
  5. <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@5.15.0/dist/d3.min.js"></script>
  6. </head>
  7.  
  8. <body>
  9. <div class="container">
  10. <script src="stacked-bars.js"></script>
  11. Select year:
  12. <select id="year"></select>
  13.  
  14. <input type="checkbox" id="sort">
  15. Toggle sort
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement