Commit 03780140 by BellCodeEditor

save project

parent b9e8ef52
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="f8a88cca52234757afefacd51fea59e9" class="chart-container" style="width:900px; height:500px;"></div>
<div id="bcf4f5f43e3d4e75b69d29eb1ad65b32" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_f8a88cca52234757afefacd51fea59e9 = echarts.init(
document.getElementById('f8a88cca52234757afefacd51fea59e9'), 'white', {renderer: 'canvas'});
var option_f8a88cca52234757afefacd51fea59e9 = {
var chart_bcf4f5f43e3d4e75b69d29eb1ad65b32 = echarts.init(
document.getElementById('bcf4f5f43e3d4e75b69d29eb1ad65b32'), 'white', {renderer: 'canvas'});
var option_bcf4f5f43e3d4e75b69d29eb1ad65b32 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -296,7 +296,7 @@
}
]
};
chart_f8a88cca52234757afefacd51fea59e9.setOption(option_f8a88cca52234757afefacd51fea59e9);
chart_bcf4f5f43e3d4e75b69d29eb1ad65b32.setOption(option_bcf4f5f43e3d4e75b69d29eb1ad65b32);
</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