Commit f54342d7 by BellCodeEditor

save project

parent 3ea02f94
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="2720bca88e0e47a6b1a0d84342edbda8" class="chart-container" style="width:900px; height:500px;"></div>
<div id="c6fb4498546a401d9c8f19c0da6db7b5" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_2720bca88e0e47a6b1a0d84342edbda8 = echarts.init(
document.getElementById('2720bca88e0e47a6b1a0d84342edbda8'), 'white', {renderer: 'canvas'});
var option_2720bca88e0e47a6b1a0d84342edbda8 = {
var chart_c6fb4498546a401d9c8f19c0da6db7b5 = echarts.init(
document.getElementById('c6fb4498546a401d9c8f19c0da6db7b5'), 'white', {renderer: 'canvas'});
var option_c6fb4498546a401d9c8f19c0da6db7b5 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_2720bca88e0e47a6b1a0d84342edbda8.setOption(option_2720bca88e0e47a6b1a0d84342edbda8);
chart_c6fb4498546a401d9c8f19c0da6db7b5.setOption(option_c6fb4498546a401d9c8f19c0da6db7b5);
</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