Commit 85f7fe7b by BellCodeEditor

save project

parent bb9610ed
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1896cac750724b1bbef8579677889b5b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="de559e8c13a8479b9102ea05b9002e99" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1896cac750724b1bbef8579677889b5b = echarts.init(
document.getElementById('1896cac750724b1bbef8579677889b5b'), 'white', {renderer: 'canvas'});
var option_1896cac750724b1bbef8579677889b5b = {
var chart_de559e8c13a8479b9102ea05b9002e99 = echarts.init(
document.getElementById('de559e8c13a8479b9102ea05b9002e99'), 'white', {renderer: 'canvas'});
var option_de559e8c13a8479b9102ea05b9002e99 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_1896cac750724b1bbef8579677889b5b.setOption(option_1896cac750724b1bbef8579677889b5b);
chart_de559e8c13a8479b9102ea05b9002e99.setOption(option_de559e8c13a8479b9102ea05b9002e99);
</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