Commit cf6e2a59 by BellCodeEditor

save project

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