Commit 9a2af8b8 by BellCodeEditor

save project

parent aa5b8b63
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="84d2873211144299887603e7cbd39b05" class="chart-container" style="width:900px; height:500px;"></div>
<div id="cefbcf6621ab482eaa50f21efb148a68" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_84d2873211144299887603e7cbd39b05 = echarts.init(
document.getElementById('84d2873211144299887603e7cbd39b05'), 'white', {renderer: 'canvas'});
var option_84d2873211144299887603e7cbd39b05 = {
var chart_cefbcf6621ab482eaa50f21efb148a68 = echarts.init(
document.getElementById('cefbcf6621ab482eaa50f21efb148a68'), 'white', {renderer: 'canvas'});
var option_cefbcf6621ab482eaa50f21efb148a68 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_84d2873211144299887603e7cbd39b05.setOption(option_84d2873211144299887603e7cbd39b05);
chart_cefbcf6621ab482eaa50f21efb148a68.setOption(option_cefbcf6621ab482eaa50f21efb148a68);
</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