信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <style>
  7. html,body{
  8. width: 100%;
  9. height: 100%;
  10. }
  11. * {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. .chartContainer
  16. {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. width: 80%;
  21. height: 80%;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="chartContainer"></div>
  27. </body>
  28. </html>