Commit fa5dcc0f by BellCodeEditor

save project

parent bfe987c7
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="9626f0e6f8224207a2a5ee52c5cad560" class="chart-container" style="width:900px; height:500px;"></div> <div id="f21ad2e9f4044ea9987c480acd1a5951" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_9626f0e6f8224207a2a5ee52c5cad560 = echarts.init( var chart_f21ad2e9f4044ea9987c480acd1a5951 = echarts.init(
document.getElementById('9626f0e6f8224207a2a5ee52c5cad560'), 'white', {renderer: 'canvas'}); document.getElementById('f21ad2e9f4044ea9987c480acd1a5951'), 'white', {renderer: 'canvas'});
var option_9626f0e6f8224207a2a5ee52c5cad560 = { var option_f21ad2e9f4044ea9987c480acd1a5951 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_9626f0e6f8224207a2a5ee52c5cad560.setOption(option_9626f0e6f8224207a2a5ee52c5cad560); chart_f21ad2e9f4044ea9987c480acd1a5951.setOption(option_f21ad2e9f4044ea9987c480acd1a5951);
</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