Commit 1aaf8744 by BellCodeEditor

save project

parent 170a9abe
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="a08c89afc7034593b424f3a5dff10d82" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ce715ffdf5eb44728af1705ed3049823" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_a08c89afc7034593b424f3a5dff10d82 = echarts.init(
document.getElementById('a08c89afc7034593b424f3a5dff10d82'), 'white', {renderer: 'canvas'});
var option_a08c89afc7034593b424f3a5dff10d82 = {
var chart_ce715ffdf5eb44728af1705ed3049823 = echarts.init(
document.getElementById('ce715ffdf5eb44728af1705ed3049823'), 'white', {renderer: 'canvas'});
var option_ce715ffdf5eb44728af1705ed3049823 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_a08c89afc7034593b424f3a5dff10d82.setOption(option_a08c89afc7034593b424f3a5dff10d82);
chart_ce715ffdf5eb44728af1705ed3049823.setOption(option_ce715ffdf5eb44728af1705ed3049823);
</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