Commit 34800f3b by BellCodeEditor

save project

parent de275b58
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="583fc55be5ed425ea9948570fde17280" class="chart-container" style="width:900px; height:500px;"></div>
<div id="4b6fe088a9a84488b2564b21533562c7" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_583fc55be5ed425ea9948570fde17280 = echarts.init(
document.getElementById('583fc55be5ed425ea9948570fde17280'), 'white', {renderer: 'canvas'});
var option_583fc55be5ed425ea9948570fde17280 = {
var chart_4b6fe088a9a84488b2564b21533562c7 = echarts.init(
document.getElementById('4b6fe088a9a84488b2564b21533562c7'), 'white', {renderer: 'canvas'});
var option_4b6fe088a9a84488b2564b21533562c7 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -181,7 +181,7 @@
}
]
};
chart_583fc55be5ed425ea9948570fde17280.setOption(option_583fc55be5ed425ea9948570fde17280);
chart_4b6fe088a9a84488b2564b21533562c7.setOption(option_4b6fe088a9a84488b2564b21533562c7);
</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