Commit 6537d918 by BellCodeEditor

save project

parent 7b91642d
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="4276ad6d02a64548b2892895396fc52e" class="chart-container" style="width:900px; height:500px;"></div> <div id="0bc00ce8ddb141d5b905df812609dcf7" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_4276ad6d02a64548b2892895396fc52e = echarts.init( var chart_0bc00ce8ddb141d5b905df812609dcf7 = echarts.init(
document.getElementById('4276ad6d02a64548b2892895396fc52e'), 'white', {renderer: 'canvas'}); document.getElementById('0bc00ce8ddb141d5b905df812609dcf7'), 'white', {renderer: 'canvas'});
var option_4276ad6d02a64548b2892895396fc52e = { var option_0bc00ce8ddb141d5b905df812609dcf7 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_4276ad6d02a64548b2892895396fc52e.setOption(option_4276ad6d02a64548b2892895396fc52e); chart_0bc00ce8ddb141d5b905df812609dcf7.setOption(option_0bc00ce8ddb141d5b905df812609dcf7);
</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