Commit 4cb7b10f by BellCodeEditor

save project

parent 94d5dac9
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="f76e4f3681f04741aff3bbe75917dd00" class="chart-container" style="width:900px; height:500px;"></div> <div id="3647670a34c74184b9d8513104bae737" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_f76e4f3681f04741aff3bbe75917dd00 = echarts.init( var chart_3647670a34c74184b9d8513104bae737 = echarts.init(
document.getElementById('f76e4f3681f04741aff3bbe75917dd00'), 'white', {renderer: 'canvas'}); document.getElementById('3647670a34c74184b9d8513104bae737'), 'white', {renderer: 'canvas'});
var option_f76e4f3681f04741aff3bbe75917dd00 = { var option_3647670a34c74184b9d8513104bae737 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8254\u73ed\u6570\u5b66" "subtext": "\u9ad8254\u73ed\u6570\u5b66"
} }
}; };
chart_f76e4f3681f04741aff3bbe75917dd00.setOption(option_f76e4f3681f04741aff3bbe75917dd00); chart_3647670a34c74184b9d8513104bae737.setOption(option_3647670a34c74184b9d8513104bae737);
</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