Commit 544d3147 by BellCodeEditor

save project

parent 8a94d5fa
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="024175639ac0469e8b753e3aca224fcf" class="chart-container" style="width:900px; height:500px;"></div> <div id="710d3cc582b94e8d8a48345c98b66708" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_024175639ac0469e8b753e3aca224fcf = echarts.init( var chart_710d3cc582b94e8d8a48345c98b66708 = echarts.init(
document.getElementById('024175639ac0469e8b753e3aca224fcf'), 'white', {renderer: 'canvas'}); document.getElementById('710d3cc582b94e8d8a48345c98b66708'), 'white', {renderer: 'canvas'});
var option_024175639ac0469e8b753e3aca224fcf = { var option_710d3cc582b94e8d8a48345c98b66708 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_024175639ac0469e8b753e3aca224fcf.setOption(option_024175639ac0469e8b753e3aca224fcf); chart_710d3cc582b94e8d8a48345c98b66708.setOption(option_710d3cc582b94e8d8a48345c98b66708);
</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