Commit 35843e43 by BellCodeEditor

save project

parent 7dbf81c5
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="4d8e7f3c89704ea694139400351f0666" class="chart-container" style="width:900px; height:500px;"></div> <div id="27dbca0086254b08aee2dd03180bbf98" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_4d8e7f3c89704ea694139400351f0666 = echarts.init( var chart_27dbca0086254b08aee2dd03180bbf98 = echarts.init(
document.getElementById('4d8e7f3c89704ea694139400351f0666'), 'white', {renderer: 'canvas'}); document.getElementById('27dbca0086254b08aee2dd03180bbf98'), 'white', {renderer: 'canvas'});
var option_4d8e7f3c89704ea694139400351f0666 = { var option_27dbca0086254b08aee2dd03180bbf98 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_4d8e7f3c89704ea694139400351f0666.setOption(option_4d8e7f3c89704ea694139400351f0666); chart_27dbca0086254b08aee2dd03180bbf98.setOption(option_27dbca0086254b08aee2dd03180bbf98);
</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