Commit a3061ad4 by BellCodeEditor

save project

parent 420d557e
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="cc4d1e3027334759987c2da7279d0ba1" class="chart-container" style="width:900px; height:500px;"></div> <div id="3d1fa3818f8f477cbffdf4bcab54279b" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_cc4d1e3027334759987c2da7279d0ba1 = echarts.init( var chart_3d1fa3818f8f477cbffdf4bcab54279b = echarts.init(
document.getElementById('cc4d1e3027334759987c2da7279d0ba1'), 'white', {renderer: 'canvas'}); document.getElementById('3d1fa3818f8f477cbffdf4bcab54279b'), 'white', {renderer: 'canvas'});
var option_cc4d1e3027334759987c2da7279d0ba1 = { var option_3d1fa3818f8f477cbffdf4bcab54279b = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u6b21\u6570\uff1a\u6beb\u7c73" "subtext": "\u6b21\u6570\uff1a\u6beb\u7c73"
} }
}; };
chart_cc4d1e3027334759987c2da7279d0ba1.setOption(option_cc4d1e3027334759987c2da7279d0ba1); chart_3d1fa3818f8f477cbffdf4bcab54279b.setOption(option_3d1fa3818f8f477cbffdf4bcab54279b);
</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