Commit ad18e3ca by BellCodeEditor

save project

parent d37946f3
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="178afcc4915349a0b7b6b6d300ed8f28" class="chart-container" style="width:900px; height:500px;"></div> <div id="2133289964f544dc856d2b47323d4f36" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_178afcc4915349a0b7b6b6d300ed8f28 = echarts.init( var chart_2133289964f544dc856d2b47323d4f36 = echarts.init(
document.getElementById('178afcc4915349a0b7b6b6d300ed8f28'), 'white', {renderer: 'canvas'}); document.getElementById('2133289964f544dc856d2b47323d4f36'), 'white', {renderer: 'canvas'});
var option_178afcc4915349a0b7b6b6d300ed8f28 = { var option_2133289964f544dc856d2b47323d4f36 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_178afcc4915349a0b7b6b6d300ed8f28.setOption(option_178afcc4915349a0b7b6b6d300ed8f28); chart_2133289964f544dc856d2b47323d4f36.setOption(option_2133289964f544dc856d2b47323d4f36);
</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