Commit ba8e0a15 by BellCodeEditor

auto save

parent 4fc5e67a
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="bcf218ecd6dc472fb6ba4ae1b61f967a" class="chart-container" style="width:900px; height:500px;"></div>
<div id="f682a6da50f4436fb9085adf10205355" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_bcf218ecd6dc472fb6ba4ae1b61f967a = echarts.init(
document.getElementById('bcf218ecd6dc472fb6ba4ae1b61f967a'), 'white', {renderer: 'canvas'});
var option_bcf218ecd6dc472fb6ba4ae1b61f967a = {
var chart_f682a6da50f4436fb9085adf10205355 = echarts.init(
document.getElementById('f682a6da50f4436fb9085adf10205355'), 'white', {renderer: 'canvas'});
var option_f682a6da50f4436fb9085adf10205355 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -356,7 +356,7 @@
"text": "\u5341\u6b21\u6210\u7ee9"
}
};
chart_bcf218ecd6dc472fb6ba4ae1b61f967a.setOption(option_bcf218ecd6dc472fb6ba4ae1b61f967a);
chart_f682a6da50f4436fb9085adf10205355.setOption(option_f682a6da50f4436fb9085adf10205355);
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment