Commit 9924cffe by BellCodeEditor

save project

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