Commit f7a7db4f by BellCodeEditor

save project

parent cfdd2001
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="3180988e256e43289b4746415a0a124e" class="chart-container" style="width:900px; height:500px;"></div> <div id="344f48e7919e4d6781874d20d7d3e344" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_3180988e256e43289b4746415a0a124e = echarts.init( var chart_344f48e7919e4d6781874d20d7d3e344 = echarts.init(
document.getElementById('3180988e256e43289b4746415a0a124e'), 'white', {renderer: 'canvas'}); document.getElementById('344f48e7919e4d6781874d20d7d3e344'), 'white', {renderer: 'canvas'});
var option_3180988e256e43289b4746415a0a124e = { var option_344f48e7919e4d6781874d20d7d3e344 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_3180988e256e43289b4746415a0a124e.setOption(option_3180988e256e43289b4746415a0a124e); chart_344f48e7919e4d6781874d20d7d3e344.setOption(option_344f48e7919e4d6781874d20d7d3e344);
</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