Commit b42ddf82 by BellCodeEditor

save project

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