Commit 4040323b by BellCodeEditor

save project

parent 483dc00e
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="b6237104ae194b5bbfdfe15d6bc24566" class="chart-container" style="width:900px; height:500px;"></div> <div id="daf88619cfae45ba87e65e33f37fd81b" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_b6237104ae194b5bbfdfe15d6bc24566 = echarts.init( var chart_daf88619cfae45ba87e65e33f37fd81b = echarts.init(
document.getElementById('b6237104ae194b5bbfdfe15d6bc24566'), 'white', {renderer: 'canvas'}); document.getElementById('daf88619cfae45ba87e65e33f37fd81b'), 'white', {renderer: 'canvas'});
var option_b6237104ae194b5bbfdfe15d6bc24566 = { var option_daf88619cfae45ba87e65e33f37fd81b = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_b6237104ae194b5bbfdfe15d6bc24566.setOption(option_b6237104ae194b5bbfdfe15d6bc24566); chart_daf88619cfae45ba87e65e33f37fd81b.setOption(option_daf88619cfae45ba87e65e33f37fd81b);
</script> </script>
</body> </body>
</html> </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