Commit c23df256 by BellCodeEditor

save project

parent cc9fe6a6
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="68870b31d7bf43cda12d4431c145dfec" class="chart-container" style="width:900px; height:500px;"></div>
<div id="d7bd9c7e0c514dcbbb0caaee4268ad12" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_68870b31d7bf43cda12d4431c145dfec = echarts.init(
document.getElementById('68870b31d7bf43cda12d4431c145dfec'), 'white', {renderer: 'canvas'});
var option_68870b31d7bf43cda12d4431c145dfec = {
var chart_d7bd9c7e0c514dcbbb0caaee4268ad12 = echarts.init(
document.getElementById('d7bd9c7e0c514dcbbb0caaee4268ad12'), 'white', {renderer: 'canvas'});
var option_d7bd9c7e0c514dcbbb0caaee4268ad12 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_68870b31d7bf43cda12d4431c145dfec.setOption(option_68870b31d7bf43cda12d4431c145dfec);
chart_d7bd9c7e0c514dcbbb0caaee4268ad12.setOption(option_d7bd9c7e0c514dcbbb0caaee4268ad12);
</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