Commit f7451a43 by BellCodeEditor

save project

parent 4c88923a
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="40744b9f41244e0fa83dabbb8904c153" class="chart-container" style="width:900px; height:500px;"></div> <div id="9da0749af796456f9272a6ac179795df" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_40744b9f41244e0fa83dabbb8904c153 = echarts.init( var chart_9da0749af796456f9272a6ac179795df = echarts.init(
document.getElementById('40744b9f41244e0fa83dabbb8904c153'), 'white', {renderer: 'canvas'}); document.getElementById('9da0749af796456f9272a6ac179795df'), 'white', {renderer: 'canvas'});
var option_40744b9f41244e0fa83dabbb8904c153 = { var option_9da0749af796456f9272a6ac179795df = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_40744b9f41244e0fa83dabbb8904c153.setOption(option_40744b9f41244e0fa83dabbb8904c153); chart_9da0749af796456f9272a6ac179795df.setOption(option_9da0749af796456f9272a6ac179795df);
</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