Commit 14d6c582 by BellCodeEditor

auto save

parent 93b564a7
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="92fc6ae0a54f47d984b93ba08b232c88" class="chart-container" style="width:900px; height:500px;"></div>
<div id="7c9ab33a73944eb7b185b923cab389fb" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_92fc6ae0a54f47d984b93ba08b232c88 = echarts.init(
document.getElementById('92fc6ae0a54f47d984b93ba08b232c88'), 'white', {renderer: 'canvas'});
var option_92fc6ae0a54f47d984b93ba08b232c88 = {
var chart_7c9ab33a73944eb7b185b923cab389fb = echarts.init(
document.getElementById('7c9ab33a73944eb7b185b923cab389fb'), 'white', {renderer: 'canvas'});
var option_7c9ab33a73944eb7b185b923cab389fb = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -357,7 +357,7 @@
"subtext": "\u9ad8254\u73ed\u6570\u5b66"
}
};
chart_92fc6ae0a54f47d984b93ba08b232c88.setOption(option_92fc6ae0a54f47d984b93ba08b232c88);
chart_7c9ab33a73944eb7b185b923cab389fb.setOption(option_7c9ab33a73944eb7b185b923cab389fb);
</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