Commit d7a02a55 by BellCodeEditor

save project

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