Commit 0eacdb23 by BellCodeEditor

save project

parent 042dd730
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="91fb97e72d9348a18c5de5c2a4cc354d" class="chart-container" style="width:900px; height:500px;"></div> <div id="fa6835d6f09f4d119bfd31f6f61558c7" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_91fb97e72d9348a18c5de5c2a4cc354d = echarts.init( var chart_fa6835d6f09f4d119bfd31f6f61558c7 = echarts.init(
document.getElementById('91fb97e72d9348a18c5de5c2a4cc354d'), 'white', {renderer: 'canvas'}); document.getElementById('fa6835d6f09f4d119bfd31f6f61558c7'), 'white', {renderer: 'canvas'});
var option_91fb97e72d9348a18c5de5c2a4cc354d = { var option_fa6835d6f09f4d119bfd31f6f61558c7 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_91fb97e72d9348a18c5de5c2a4cc354d.setOption(option_91fb97e72d9348a18c5de5c2a4cc354d); chart_fa6835d6f09f4d119bfd31f6f61558c7.setOption(option_fa6835d6f09f4d119bfd31f6f61558c7);
</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