Files
yunkong2.flot/www/index.html.map
2018-09-16 00:02:11 +08:00

1 line
14 KiB
Plaintext

{"version":3,"sources":["index.html"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.html","sourcesContent":["<head>\n <title>云控曲线</title>\n <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">\n <link href=\"img/favicon.png\" rel=\"shortcut icon\" type=\"image/x-icon\" />\n\n <!--link type=\"text/css\" rel=\"stylesheet\" href=\"/lib/css/themes/jquery-ui/default/jquery-ui.min.css\"-->\n\n <script type=\"text/javascript\" src=\"../../lib/js/jquery-1.11.2.min.js\"></script>\n <!--script src=\"/lib/js/jquery-ui.1.11.2.slider.min.js\"></script-->\n <script type=\"text/javascript\" src=\"../../lib/js/socket.io.js\"></script>\n\n <script type=\"text/javascript\" src=\"../../_socket/info.js\"></script>\n <style>\n .rickshaw_graph .x_tick.invisible {\n border-left: 0 rgba(0, 0, 0, 0) !important;\n }\n\n #title {\n font-size: 24px;\n font-weight: bold;\n }\n\n div, span, p, td {\n font-family: Arial,PingFangSC-Light,\"Microsoft YaHei\",sans-serif;\n }\n\n #chart {\n display: inline-block;\n }\n\n #legend_container {\n position: absolute;\n right: 0;\n bottom: 26px;\n width: 0;\n }\n\n .chart-container {\n box-sizing: border-box;\n padding: 20px 15px 15px 15px;\n /*margin: 15px auto 30px auto;*/\n border: 1px solid #ddd;\n background: #fff;\n background: linear-gradient(#f6f6f6 0, #fff 50px);\n background: -o-linear-gradient(#f6f6f6 0, #fff 50px);\n background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);\n background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);\n background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);\n box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);\n -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n }\n\n .chart-placeholder {\n width: 100%;\n height: 100%;\n font-size: 14px;\n line-height: 1.2em;\n }\n\n /* ------------------ connecting -------------------------- */\n #server-disconnect {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n background-color: rgba(231,231,231,0.9) !important;\n background-size: 100% !important;\n background-position: center !important;\n background-repeat: no-repeat !important;\n z-index: 5000;\n }\n\n #server-disconnect > * {\n /* center child divs */\n position: absolute;\n top: 50%;\n left: 50%;\n /* x-border-box */\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n /* x-unselectable */\n user-select: none;\n -o-user-select: none;\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -webkit-user-select: none;\n cursor: default;\n }\n .splash-screen-circle-outer {\n z-index: 20000;\n width: 100px;\n height: 100px;\n border-radius: 100px;\n margin-top: -50px;\n margin-left: -50px;\n border: 5px solid rgba(87, 113, 145, 0.9);\n opacity: .9;\n border-right: 5px solid rgba(0, 0, 0, 0);\n border-left: 5px solid rgba(0, 0, 0, 0);\n box-shadow: 0 0 35px #577191;\n -moz-animation: spinPulse 5s infinite ease-in-out;\n -webkit-animation: spinPulse 5s infinite linear;\n }\n .splash-screen-circle-inner {\n z-index: 20001;\n width: 80px;\n height: 80px;\n border-radius: 80px;\n margin-top: -40px;\n margin-left: -40px;\n background-color: rgba(0, 0, 0, 0);\n border: 5px solid rgba(87, 113, 145, 0.9);\n opacity: .9;\n border-left: 5px solid rgba(0, 0, 0, 0);\n border-right: 5px solid rgba(0, 0, 0, 0);\n box-shadow: 0 0 15px #577191;\n -moz-animation: spinoffPulse 5s infinite linear;\n -webkit-animation: spinoffPulse 5s infinite linear;\n }\n .splash-screen-text {\n z-index: 20002;\n width: 100px;\n height: 100px;\n line-height: 100px;\n margin-top: -50px;\n margin-left: -50px;\n font-family: Verdana, Geneva, sans-serif;\n font-size: 13px;\n text-align: center;\n text-shadow: 1px 1px #cccccc;\n vertical-align: middle;\n color: #002951;\n }\n @-moz-keyframes spinPulse {\n 0% {\n -moz-transform: rotate(160deg);\n opacity: 0;\n box-shadow: 0 0 1px #577191;\n }\n 50% {\n -moz-transform: rotate(145deg);\n opacity: 1;\n }\n 100% {\n -moz-transform: rotate(-320deg);\n opacity: 0;\n }\n }\n @-moz-keyframes spinoffPulse {\n 0% {\n -moz-transform: rotate(0deg);\n }\n 100% {\n -moz-transform: rotate(360deg);\n }\n }\n @-webkit-keyframes spinPulse {\n 0% {\n -webkit-transform: rotate(160deg);\n opacity: 0;\n box-shadow: 0 0 1px #577191;\n }\n 50% {\n -webkit-transform: rotate(145deg);\n opacity: 1;\n }\n 100% {\n -webkit-transform: rotate(-320deg);\n opacity: 0;\n }\n }\n @-webkit-keyframes spinoffPulse {\n 0% {\n -webkit-transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n }\n }\n\n .loader,\n .loader:before,\n .loader:after {\n background: #8ca6ff;\n -webkit-animation: load1 1s infinite ease-in-out;\n animation: load1 1s infinite ease-in-out;\n width: 1em;\n height: 4em;\n }\n .loader:before,\n .loader:after {\n position: absolute;\n top: 0;\n content: '';\n }\n .loader:before {\n left: -1.5em;\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n .loader {\n color: #8ca6ff;\n text-indent: -9999em;\n font-size: 11px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n position: absolute;\n top: 5em;\n left: 13em;\n z-index: 1000;\n }\n .loader:after {\n left: 1.5em;\n }\n @-webkit-keyframes load1 {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 2.5em;\n }\n 40% {\n box-shadow: 0 -1em;\n height: 3em;\n }\n }\n @keyframes load1 {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 2.5em;\n }\n 40% {\n box-shadow: 0 -1em;\n height: 3em;\n }\n }\n\n #resetZoom {\n position: absolute;\n right: 50%;\n top: 20px;\n z-index: 10;\n cursor: pointer\n }\n\n #edit {\n position: absolute;\n right: 20px;\n top: 10px;\n z-index: 10;\n cursor: pointer;\n opacity: 0.4;\n }\n\n .data-point-label {\n text-align: center;\n overflow: visible;\n white-space: nowrap;\n }\n\n </style>\n</head>\n<body style=\"margin: 0\">\n\n <div id=\"chart_container\">\n <div id=\"server-disconnect\">\n <div class=\"splash-screen-text\">...</div>\n <div class=\"splash-screen-circle-outer\"></div>\n <div class=\"splash-screen-circle-inner\"></div>\n </div>\n <div id=\"no-connection\"\n style=\"position: absolute; left: 50%; top: 50%; display: none; font-size: 3em; background: rgba(0, 0, 0, 0.1); border-radius: 10px; text-align: center\">\n No connection to server\n </div>\n <div id=\"chart_placeholder\" class=\"chart-placeholder\"></div>\n <div id=\"title\" style=\"position:absolute\"></div>\n </div>\n <div id=\"edit\" style=\"display: none\">\n <svg fill=\"#000000\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z\"></path>\n <path d=\"M0 0h24v24H0z\" fill=\"none\"></path>\n </svg>\n </div>\n <svg style=\"display: none\" title=\"Reset zoom\" id=\"resetZoom\" height='35' width='35' fill=\"#000000\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 126.308 118.728\" enable-background=\"new 0 0 126.308 118.728\" xml:space=\"preserve\">\n <path fill=\"#DDDDDD\" d=\"M123.962,99.037c-0.082-0.076-0.172-0.116-0.246-0.181L100.929,76.46l-5.749-5.648c5.875-12.929,5.905-28.35-1.279-41.82 C81.632,6.015,52.957-2.707,29.979,9.555c-0.486,0.257-0.944,0.549-1.418,0.826c-7.41,4.288-13.254,10.305-17.261,17.284 c-2.663-1.367-4.591-2.553-4.868-2.73c0.261,0.17,0.083,0.008-0.245-0.225c-0.237-0.198-0.505-0.352-0.798-0.482 c-0.11-0.056-0.229-0.103-0.324-0.135c-0.253-0.079-0.514-0.11-0.767-0.118c-0.063-0.008-0.11-0.004-0.182-0.004 c-0.221,0.004-0.442,0.027-0.656,0.075c-0.024,0.008-0.047,0.008-0.071,0.016c-1.035,0.257-1.92,1.027-2.256,2.134 c-0.13,0.407-0.154,0.822-0.118,1.225c0,0-0.012,0.012-0.004,0.016c0,0,0,0,0,0.008c0.008,0.355,0.047,0.735,0.142,1.138 L5.259,46.24l1.284,5.544l1.142,4.892l0.367,1.572c0.751,3.265,3.375,4.062,5.825,1.771l5.469-5.109l1.549-1.454l3.563-3.331 l10.954-10.246l0.707-0.66c0.083-0.079,0.139-0.158,0.209-0.237l0.459-0.451l-0.032-0.008c0.285-0.324,0.53-0.695,0.664-1.13 c0.036-0.115,0.048-0.229,0.071-0.34c0.213-0.846,0.047-1.651-0.482-2.331c-0.391-0.581-0.964-1.043-1.684-1.261 c0,0-4.259,0.296-10.384-0.929c1.415-2.062,3.066-3.975,4.947-5.702c1.999-1.829,4.252-3.449,6.749-4.781 c4.687-2.497,9.705-3.746,14.676-3.872c12.131-0.312,24.001,6.069,30.094,17.485c7.713,14.462,3.564,32.133-9.033,41.802 c-0.438,0.332-0.877,0.66-1.327,0.973c-0.174,0.118-0.348,0.236-0.521,0.352c-0.11,0.079-0.229,0.15-0.348,0.225 c-0.593,0.384-1.21,0.735-1.834,1.087c-9.049,4.991-20.302,5.698-30.315,0.894c-1.304-0.629-2.545-1.344-3.73-2.118 c-0.34-0.222-0.684-0.45-1.019-0.688c-0.245-0.079-0.498-0.135-0.771-0.135c-0.447,0.008-0.857,0.139-1.209,0.355l-0.455,0.36 l-7.239,5.643l-0.829,0.644c-0.34,0.411-0.546,0.929-0.546,1.506c0.008,0.485,0.158,0.937,0.411,1.312 c0.355,0.289,0.719,0.577,1.083,0.857c2.505,1.917,5.231,3.611,8.183,5.026c10.437,5.011,21.809,5.82,32.225,3.13 c0.031,0,0.063,0.016,0.103,0.016c0.442-0.119,0.89-0.237,1.328-0.363c3.026-0.886,6.006-2.079,8.898-3.62 c1.165-0.624,2.284-1.3,3.382-2.007c0.15-0.095,0.305-0.189,0.455-0.289c0.32-0.209,0.628-0.431,0.944-0.644 c0.11-0.078,0.216-0.156,0.325-0.232l4.841,4.768l22.066,21.671c0.049,0.05,0.09,0.134,0.14,0.189 c3.776,3.76,10.697,2.926,15.472-1.867C126.878,109.723,127.713,102.788,123.962,99.037z\"></path>\n </svg>\n <div class=\"loader\" style=\"display: none\"></div>\n\n <script src=\"js/flot.js\"></script>\n</body>\n"]}