Commit c61e5183 by BellCodeEditor

save project

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