Commit 387f4170 by BellCodeEditor

save project

parent c9020f6d
Showing with 6 additions and 6 deletions
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1c33dabf603949bfa3224eb34bcd385b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="233e6ceac8ae42c7940a35fddba04e28" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1c33dabf603949bfa3224eb34bcd385b = echarts.init(
document.getElementById('1c33dabf603949bfa3224eb34bcd385b'), 'white', {renderer: 'canvas'});
var option_1c33dabf603949bfa3224eb34bcd385b = {
var chart_233e6ceac8ae42c7940a35fddba04e28 = echarts.init(
document.getElementById('233e6ceac8ae42c7940a35fddba04e28'), 'white', {renderer: 'canvas'});
var option_233e6ceac8ae42c7940a35fddba04e28 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_1c33dabf603949bfa3224eb34bcd385b.setOption(option_1c33dabf603949bfa3224eb34bcd385b);
chart_233e6ceac8ae42c7940a35fddba04e28.setOption(option_233e6ceac8ae42c7940a35fddba04e28);
</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