Commit b3941ada by BellCodeEditor

save project

parent 1a075196
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="b05a6dbd268640369d3308de4f089274" class="chart-container" style="width:900px; height:500px;"></div>
<div id="8c8d15c3b5d5423980ba987041bbd4ff" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_b05a6dbd268640369d3308de4f089274 = echarts.init(
document.getElementById('b05a6dbd268640369d3308de4f089274'), 'white', {renderer: 'canvas'});
var option_b05a6dbd268640369d3308de4f089274 = {
var chart_8c8d15c3b5d5423980ba987041bbd4ff = echarts.init(
document.getElementById('8c8d15c3b5d5423980ba987041bbd4ff'), 'white', {renderer: 'canvas'});
var option_8c8d15c3b5d5423980ba987041bbd4ff = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_b05a6dbd268640369d3308de4f089274.setOption(option_b05a6dbd268640369d3308de4f089274);
chart_8c8d15c3b5d5423980ba987041bbd4ff.setOption(option_8c8d15c3b5d5423980ba987041bbd4ff);
</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