Commit 1826689b by BellCodeEditor

save project

parent a24a15fd
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="c5bc82d6f0dd4c318fabeeabbaa32830" class="chart-container" style="width:900px; height:500px;"></div> <div id="4aa8adf6d817480badcf16dd1c106d70" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_c5bc82d6f0dd4c318fabeeabbaa32830 = echarts.init( var chart_4aa8adf6d817480badcf16dd1c106d70 = echarts.init(
document.getElementById('c5bc82d6f0dd4c318fabeeabbaa32830'), 'white', {renderer: 'canvas'}); document.getElementById('4aa8adf6d817480badcf16dd1c106d70'), 'white', {renderer: 'canvas'});
var option_c5bc82d6f0dd4c318fabeeabbaa32830 = { var option_4aa8adf6d817480badcf16dd1c106d70 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8\u4e8c5\u73ed\u6570\u5b66" "subtext": "\u9ad8\u4e8c5\u73ed\u6570\u5b66"
} }
}; };
chart_c5bc82d6f0dd4c318fabeeabbaa32830.setOption(option_c5bc82d6f0dd4c318fabeeabbaa32830); chart_4aa8adf6d817480badcf16dd1c106d70.setOption(option_4aa8adf6d817480badcf16dd1c106d70);
</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