Commit af8a1d06 by BellCodeEditor

save project

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