Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.   <meta charset="utf-8"/>
  6.   <title>Test B : Butternut Squash Production</title>
  7.   <script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
  8.  
  9. </head>
  10.  
  11. <body>
  12.   <h1>Butternut Squash Production</h1>
  13.   <h2>In Tonnes</h2>
  14.   <div id="BSPPieChart"></div>
  15.   <script src="data_plotter.js"></script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement