Commit fa5dcc0f by BellCodeEditor

save project

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