Commit 48c5bb9d by BellCodeEditor

save project

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