Commit d5b976d8 by BellCodeEditor

save project

parent f9f697b3
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="6ce074fb6e244378bf9394eb97272f87" class="chart-container" style="width:900px; height:500px;"></div>
<div id="604f1e9b200a4a4b95600721dcc90854" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_6ce074fb6e244378bf9394eb97272f87 = echarts.init(
document.getElementById('6ce074fb6e244378bf9394eb97272f87'), 'white', {renderer: 'canvas'});
var option_6ce074fb6e244378bf9394eb97272f87 = {
var chart_604f1e9b200a4a4b95600721dcc90854 = echarts.init(
document.getElementById('604f1e9b200a4a4b95600721dcc90854'), 'white', {renderer: 'canvas'});
var option_604f1e9b200a4a4b95600721dcc90854 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_6ce074fb6e244378bf9394eb97272f87.setOption(option_6ce074fb6e244378bf9394eb97272f87);
chart_604f1e9b200a4a4b95600721dcc90854.setOption(option_604f1e9b200a4a4b95600721dcc90854);
</script>
</body>
</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