Commit 7de18a36 by BellCodeEditor

save project

parent d4c93b0f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="231efac67ed04927a2b5e845ed296392" class="chart-container" style="width:900px; height:500px;"></div> <div id="7949e870190c43af838ee57d1013a173" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_231efac67ed04927a2b5e845ed296392 = echarts.init( var chart_7949e870190c43af838ee57d1013a173 = echarts.init(
document.getElementById('231efac67ed04927a2b5e845ed296392'), 'white', {renderer: 'canvas'}); document.getElementById('7949e870190c43af838ee57d1013a173'), 'white', {renderer: 'canvas'});
var option_231efac67ed04927a2b5e845ed296392 = { var option_7949e870190c43af838ee57d1013a173 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_231efac67ed04927a2b5e845ed296392.setOption(option_231efac67ed04927a2b5e845ed296392); chart_7949e870190c43af838ee57d1013a173.setOption(option_7949e870190c43af838ee57d1013a173);
</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