Commit f854faa8 by BellCodeEditor

save project

parent 74a662fb
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="be0a7c6657934a6188afc4f1e14ab512" class="chart-container" style="width:900px; height:500px;"></div> <div id="3e9385e32f8c477289199b0e44318a67" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_be0a7c6657934a6188afc4f1e14ab512 = echarts.init( var chart_3e9385e32f8c477289199b0e44318a67 = echarts.init(
document.getElementById('be0a7c6657934a6188afc4f1e14ab512'), 'white', {renderer: 'canvas'}); document.getElementById('3e9385e32f8c477289199b0e44318a67'), 'white', {renderer: 'canvas'});
var option_be0a7c6657934a6188afc4f1e14ab512 = { var option_3e9385e32f8c477289199b0e44318a67 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_be0a7c6657934a6188afc4f1e14ab512.setOption(option_be0a7c6657934a6188afc4f1e14ab512); chart_3e9385e32f8c477289199b0e44318a67.setOption(option_3e9385e32f8c477289199b0e44318a67);
</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