Commit ed64c156 by BellCodeEditor

save project

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