Commit 04e5726e by BellCodeEditor

auto save

parent 64e6762c
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="b24c84226cd04b6d9663b349767c2a59" class="chart-container" style="width:900px; height:500px;"></div>
<div id="c6b009c2f86c49f9ae67b5d39e5f02cc" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_b24c84226cd04b6d9663b349767c2a59 = echarts.init(
document.getElementById('b24c84226cd04b6d9663b349767c2a59'), 'white', {renderer: 'canvas'});
var option_b24c84226cd04b6d9663b349767c2a59 = {
var chart_c6b009c2f86c49f9ae67b5d39e5f02cc = echarts.init(
document.getElementById('c6b009c2f86c49f9ae67b5d39e5f02cc'), 'white', {renderer: 'canvas'});
var option_c6b009c2f86c49f9ae67b5d39e5f02cc = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -184,7 +184,7 @@
}
]
};
chart_b24c84226cd04b6d9663b349767c2a59.setOption(option_b24c84226cd04b6d9663b349767c2a59);
chart_c6b009c2f86c49f9ae67b5d39e5f02cc.setOption(option_c6b009c2f86c49f9ae67b5d39e5f02cc);
</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