36 lines
No EOL
1.3 KiB
HTML
36 lines
No EOL
1.3 KiB
HTML
<!doctype html>
|
|
<html lang=zh>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/normalize/0/normalize.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/codemirror/2.33.0/codemirror.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/index.css" />
|
|
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?57f9ba58196c7a5eb5ca761b27817bbd";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<script src="https://cdn.staticfile.org/codemirror/2.33.0/codemirror.js"></script>
|
|
<script src="https://cdn.staticfile.org/axios/0.1.0/axios.min.js"></script>
|
|
<script src="/static/javascript.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">Go Charts</div>
|
|
<div class="codeWrapper">
|
|
<textarea id="codeInput"></textarea>
|
|
<div class="optionTips">ECharts配置</div>
|
|
</div>
|
|
<div class="previewWrapper">
|
|
<div id="svg"></div>
|
|
<div class="previewTips">图表SVG效果</div>
|
|
</div>
|
|
<a href="#" class="run" onclick="run()">运行</a>
|
|
</body>
|
|
<script src="/static/index.js"></script>
|
|
|
|
</html> |