Commit ba8e9102 by BellCodeEditor

save project

parent ef284c23
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="dbb0e36a63534d68a3e0047461de0298" class="chart-container" style="width:900px; height:500px;"></div> <div id="f678e0372dfb4ef08bd71207879394a7" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_dbb0e36a63534d68a3e0047461de0298 = echarts.init( var chart_f678e0372dfb4ef08bd71207879394a7 = echarts.init(
document.getElementById('dbb0e36a63534d68a3e0047461de0298'), 'white', {renderer: 'canvas'}); document.getElementById('f678e0372dfb4ef08bd71207879394a7'), 'white', {renderer: 'canvas'});
var option_dbb0e36a63534d68a3e0047461de0298 = { var option_f678e0372dfb4ef08bd71207879394a7 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_dbb0e36a63534d68a3e0047461de0298.setOption(option_dbb0e36a63534d68a3e0047461de0298); chart_f678e0372dfb4ef08bd71207879394a7.setOption(option_f678e0372dfb4ef08bd71207879394a7);
</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