Commit 137fa0fd by BellCodeEditor

save project

parent 1b185a41
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="cdd21ffd59af455893c972505f3ecb99" class="chart-container" style="width:900px; height:500px;"></div> <div id="64fc7593cbd544a6b15b173028fc3fe4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_cdd21ffd59af455893c972505f3ecb99 = echarts.init( var chart_64fc7593cbd544a6b15b173028fc3fe4 = echarts.init(
document.getElementById('cdd21ffd59af455893c972505f3ecb99'), 'white', {renderer: 'canvas'}); document.getElementById('64fc7593cbd544a6b15b173028fc3fe4'), 'white', {renderer: 'canvas'});
var option_cdd21ffd59af455893c972505f3ecb99 = { var option_64fc7593cbd544a6b15b173028fc3fe4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"b": "\u5b66\u4e60\u72b6\u51b5" "b": "\u5b66\u4e60\u72b6\u51b5"
} }
}; };
chart_cdd21ffd59af455893c972505f3ecb99.setOption(option_cdd21ffd59af455893c972505f3ecb99); chart_64fc7593cbd544a6b15b173028fc3fe4.setOption(option_64fc7593cbd544a6b15b173028fc3fe4);
</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