Commit af4231f4 by BellCodeEditor

save project

parent abc0056b
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="8949fa35c5934fd19ee6f6c7a48408c1" class="chart-container" style="width:900px; height:500px;"></div> <div id="038906b742f34641a6b4520833c66e61" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_8949fa35c5934fd19ee6f6c7a48408c1 = echarts.init( var chart_038906b742f34641a6b4520833c66e61 = echarts.init(
document.getElementById('8949fa35c5934fd19ee6f6c7a48408c1'), 'white', {renderer: 'canvas'}); document.getElementById('038906b742f34641a6b4520833c66e61'), 'white', {renderer: 'canvas'});
var option_8949fa35c5934fd19ee6f6c7a48408c1 = { var option_038906b742f34641a6b4520833c66e61 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
} }
] ]
}; };
chart_8949fa35c5934fd19ee6f6c7a48408c1.setOption(option_8949fa35c5934fd19ee6f6c7a48408c1); chart_038906b742f34641a6b4520833c66e61.setOption(option_038906b742f34641a6b4520833c66e61);
</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