Commit 7a49a8ca by BellCodeEditor

save project

parent 294a4392
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="56bbcdfc6bf94dcc8fd7faa31c98400a" class="chart-container" style="width:900px; height:500px;"></div>
<div id="356e4c9e6e6641c49da3d83699833931" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_56bbcdfc6bf94dcc8fd7faa31c98400a = echarts.init(
document.getElementById('56bbcdfc6bf94dcc8fd7faa31c98400a'), 'white', {renderer: 'canvas'});
var option_56bbcdfc6bf94dcc8fd7faa31c98400a = {
var chart_356e4c9e6e6641c49da3d83699833931 = echarts.init(
document.getElementById('356e4c9e6e6641c49da3d83699833931'), 'white', {renderer: 'canvas'});
var option_356e4c9e6e6641c49da3d83699833931 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_56bbcdfc6bf94dcc8fd7faa31c98400a.setOption(option_56bbcdfc6bf94dcc8fd7faa31c98400a);
chart_356e4c9e6e6641c49da3d83699833931.setOption(option_356e4c9e6e6641c49da3d83699833931);
</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