Commit a7145d55 by BellCodeEditor

save project

parent 34cac6e2
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="7f9df6606ad145e783f15bb5f95fee1b" class="chart-container" style="width:900px; height:500px;"></div> <div id="c9abf558414041e78b0f0825e9ebaf03" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_7f9df6606ad145e783f15bb5f95fee1b = echarts.init( var chart_c9abf558414041e78b0f0825e9ebaf03 = echarts.init(
document.getElementById('7f9df6606ad145e783f15bb5f95fee1b'), 'white', {renderer: 'canvas'}); document.getElementById('c9abf558414041e78b0f0825e9ebaf03'), 'white', {renderer: 'canvas'});
var option_7f9df6606ad145e783f15bb5f95fee1b = { var option_c9abf558414041e78b0f0825e9ebaf03 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u5206\u6570" "subtext": "\u5206\u6570"
} }
}; };
chart_7f9df6606ad145e783f15bb5f95fee1b.setOption(option_7f9df6606ad145e783f15bb5f95fee1b); chart_c9abf558414041e78b0f0825e9ebaf03.setOption(option_c9abf558414041e78b0f0825e9ebaf03);
</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