Commit e7919089 by BellCodeEditor

save project

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