Commit c7a17d13 by BellCodeEditor

save project

parent 2f420ada
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="6cd8fb4924ca467d890e89c2045aeb5f" class="chart-container" style="width:900px; height:500px;"></div>
<div id="8bc82e5ac5cd4730928f1a108c4b2428" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_6cd8fb4924ca467d890e89c2045aeb5f = echarts.init(
document.getElementById('6cd8fb4924ca467d890e89c2045aeb5f'), 'white', {renderer: 'canvas'});
var option_6cd8fb4924ca467d890e89c2045aeb5f = {
var chart_8bc82e5ac5cd4730928f1a108c4b2428 = echarts.init(
document.getElementById('8bc82e5ac5cd4730928f1a108c4b2428'), 'white', {renderer: 'canvas'});
var option_8bc82e5ac5cd4730928f1a108c4b2428 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_6cd8fb4924ca467d890e89c2045aeb5f.setOption(option_6cd8fb4924ca467d890e89c2045aeb5f);
chart_8bc82e5ac5cd4730928f1a108c4b2428.setOption(option_8bc82e5ac5cd4730928f1a108c4b2428);
</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