Commit 04061a28 by BellCodeEditor

save project

parent 471295bc
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="47e7d467646946acbf0b60068be1b496" class="chart-container" style="width:900px; height:500px;"></div>
<div id="8b5c235b65244d439ea7a68c93faa7c0" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_47e7d467646946acbf0b60068be1b496 = echarts.init(
document.getElementById('47e7d467646946acbf0b60068be1b496'), 'white', {renderer: 'canvas'});
var option_47e7d467646946acbf0b60068be1b496 = {
var chart_8b5c235b65244d439ea7a68c93faa7c0 = echarts.init(
document.getElementById('8b5c235b65244d439ea7a68c93faa7c0'), 'white', {renderer: 'canvas'});
var option_8b5c235b65244d439ea7a68c93faa7c0 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_47e7d467646946acbf0b60068be1b496.setOption(option_47e7d467646946acbf0b60068be1b496);
chart_8b5c235b65244d439ea7a68c93faa7c0.setOption(option_8b5c235b65244d439ea7a68c93faa7c0);
</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