Commit 1bd08d85 by BellCodeEditor

auto save

parent 15513bf7
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="887018d495c6439a8d3148a7f12de9f7" class="chart-container" style="width:900px; height:500px;"></div> <div id="59dc4ff78f8a4f9fabdbbbf1622f5689" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_887018d495c6439a8d3148a7f12de9f7 = echarts.init( var chart_59dc4ff78f8a4f9fabdbbbf1622f5689 = echarts.init(
document.getElementById('887018d495c6439a8d3148a7f12de9f7'), 'white', {renderer: 'canvas'}); document.getElementById('59dc4ff78f8a4f9fabdbbbf1622f5689'), 'white', {renderer: 'canvas'});
var option_887018d495c6439a8d3148a7f12de9f7 = { var option_59dc4ff78f8a4f9fabdbbbf1622f5689 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_887018d495c6439a8d3148a7f12de9f7.setOption(option_887018d495c6439a8d3148a7f12de9f7); chart_59dc4ff78f8a4f9fabdbbbf1622f5689.setOption(option_59dc4ff78f8a4f9fabdbbbf1622f5689);
</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