Commit 7a2e70cb by BellCodeEditor

save project

parent 13fa2474
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="6c610f54827a407ebc33f345056e360c" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ef26cbb38bd9435cb8621d53895dc9b6" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_6c610f54827a407ebc33f345056e360c = echarts.init(
document.getElementById('6c610f54827a407ebc33f345056e360c'), 'white', {renderer: 'canvas'});
var option_6c610f54827a407ebc33f345056e360c = {
var chart_ef26cbb38bd9435cb8621d53895dc9b6 = echarts.init(
document.getElementById('ef26cbb38bd9435cb8621d53895dc9b6'), 'white', {renderer: 'canvas'});
var option_ef26cbb38bd9435cb8621d53895dc9b6 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_6c610f54827a407ebc33f345056e360c.setOption(option_6c610f54827a407ebc33f345056e360c);
chart_ef26cbb38bd9435cb8621d53895dc9b6.setOption(option_ef26cbb38bd9435cb8621d53895dc9b6);
</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