Advertisement
Guest User

echart issue with connect - html

a guest
Aug 30th, 2019
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6.     <div>
  7.         <div class="graph graph1" id="graph1" style="width: 500px; height: 300px;"></div>
  8.         <div class="graph graph2" id="graph2" style="width: 500px; height: 300px;"></div>
  9.         <div class="graph graph3" id="graph3" style="width: 500px; height: 300px;"></div>
  10.     </div>
  11. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.2.1/echarts.min.js"></script>
  12. <script type="text/javascript" src="./script.js"></script>
  13. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement