1
13693261870
2024-04-25 c88fc4d3b3e6a2cadbbfe0c46c24aed14601db0f
Terra.YaoGan.Web/Terra.YaoGan.Web/chart/L1.html
@@ -1,7 +1,7 @@
<!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" />
@@ -33,7 +33,6 @@
            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) {
@@ -45,10 +44,10 @@
            return null;
        }
        $(function () {
        window.onload = function () {
            init1();
            init2();
        });
        }
        function init1() {
            var c1 = echarts.init(document.getElementById('c1'));