| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <title>chart.html</title> |
| | | <title>L1.html</title> |
| | | <meta http-equiv="Expires" content="0" /> |
| | | <meta http-equiv="Cache" content="no-cache" /> |
| | | <meta http-equiv="Pragma" content="no-cache" /> |
| | |
| | | border-bottom: 2px solid #3DC2E1; |
| | | } |
| | | </style> |
| | | <script src="../js/jquery-1.11.3.min.js"></script> |
| | | <script src="../js/echarts.js"></script> |
| | | <script> |
| | | function getQueryString(name) { |
| | |
| | | return null; |
| | | } |
| | | |
| | | $(function () { |
| | | window.onload = function () { |
| | | init1(); |
| | | init2(); |
| | | }); |
| | | } |
| | | |
| | | function init1() { |
| | | var c1 = echarts.init(document.getElementById('c1')); |