Commit 3396bab0 by BellCodeEditor

save project

parent 140fa63f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="56c7d4ce63604325b007fbb7d6a6cd06" class="chart-container" style="width:900px; height:500px;"></div> <div id="ca4a29c8158b472b8f706781368d1fbf" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_56c7d4ce63604325b007fbb7d6a6cd06 = echarts.init( var chart_ca4a29c8158b472b8f706781368d1fbf = echarts.init(
document.getElementById('56c7d4ce63604325b007fbb7d6a6cd06'), 'white', {renderer: 'canvas'}); document.getElementById('ca4a29c8158b472b8f706781368d1fbf'), 'white', {renderer: 'canvas'});
var option_56c7d4ce63604325b007fbb7d6a6cd06 = { var option_ca4a29c8158b472b8f706781368d1fbf = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8\u4e2d250\u73ed\u6570\u5b66\u6210\u7ee9" "subtext": "\u9ad8\u4e2d250\u73ed\u6570\u5b66\u6210\u7ee9"
} }
}; };
chart_56c7d4ce63604325b007fbb7d6a6cd06.setOption(option_56c7d4ce63604325b007fbb7d6a6cd06); chart_ca4a29c8158b472b8f706781368d1fbf.setOption(option_ca4a29c8158b472b8f706781368d1fbf);
</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