Commit 71b00c04 by BellCodeEditor

save project

parent 314f809f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="1358274607514b3cb9d17459d0764b6d" class="chart-container" style="width:900px; height:500px;"></div> <div id="de83a7ff0bd142919cdbcd7737e16673" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_1358274607514b3cb9d17459d0764b6d = echarts.init( var chart_de83a7ff0bd142919cdbcd7737e16673 = echarts.init(
document.getElementById('1358274607514b3cb9d17459d0764b6d'), 'white', {renderer: 'canvas'}); document.getElementById('de83a7ff0bd142919cdbcd7737e16673'), 'white', {renderer: 'canvas'});
var option_1358274607514b3cb9d17459d0764b6d = { var option_de83a7ff0bd142919cdbcd7737e16673 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_1358274607514b3cb9d17459d0764b6d.setOption(option_1358274607514b3cb9d17459d0764b6d); chart_de83a7ff0bd142919cdbcd7737e16673.setOption(option_de83a7ff0bd142919cdbcd7737e16673);
</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