Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4.     <title>Charts</title>
  5.     <script type="text/javascript" src="bootstrap.js"></script>
  6.     <script type="text/javascript" src="example-data.js"></script>
  7.     <script type="text/javascript" src="ReloadChart.js"></script>
  8. </head>
  9.     <body id="docbody">
  10.         <h1>Reload Column Chart Sample</h1>
  11.         <div>
  12.             Displaying a Column Chart Sample that animates when refreshing the data set. <a href="ReloadChart.js">View Source</a>
  13.         </div>
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement