Commit cce2265a by BellCodeEditor

save project

parent 9789bd25
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="1aad9a123f0e4200af7308a9a3bd6550" class="chart-container" style="width:900px; height:500px;"></div> <div id="deff3e97d51f4f978de3215717043c91" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_1aad9a123f0e4200af7308a9a3bd6550 = echarts.init( var chart_deff3e97d51f4f978de3215717043c91 = echarts.init(
document.getElementById('1aad9a123f0e4200af7308a9a3bd6550'), 'white', {renderer: 'canvas'}); document.getElementById('deff3e97d51f4f978de3215717043c91'), 'white', {renderer: 'canvas'});
var option_1aad9a123f0e4200af7308a9a3bd6550 = { var option_deff3e97d51f4f978de3215717043c91 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_1aad9a123f0e4200af7308a9a3bd6550.setOption(option_1aad9a123f0e4200af7308a9a3bd6550); chart_deff3e97d51f4f978de3215717043c91.setOption(option_deff3e97d51f4f978de3215717043c91);
</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