Commit 5138dc64 by BellCodeEditor

save project

parent 899f8bdb
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="e04792f998c240c99c20e3187f005f02" class="chart-container" style="width:900px; height:500px;"></div> <div id="dca59fff45bf4b94baaa1eb319d1828c" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_e04792f998c240c99c20e3187f005f02 = echarts.init( var chart_dca59fff45bf4b94baaa1eb319d1828c = echarts.init(
document.getElementById('e04792f998c240c99c20e3187f005f02'), 'white', {renderer: 'canvas'}); document.getElementById('dca59fff45bf4b94baaa1eb319d1828c'), 'white', {renderer: 'canvas'});
var option_e04792f998c240c99c20e3187f005f02 = { var option_dca59fff45bf4b94baaa1eb319d1828c = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_e04792f998c240c99c20e3187f005f02.setOption(option_e04792f998c240c99c20e3187f005f02); chart_dca59fff45bf4b94baaa1eb319d1828c.setOption(option_dca59fff45bf4b94baaa1eb319d1828c);
</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