Commit d7cca9d6 by BellCodeEditor

save project

parent 19282101
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="8b41365249c241d4820f7a134c8812dc" class="chart-container" style="width:900px; height:500px;"></div>
<div id="90ad635069254c95a0550390042e6884" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_8b41365249c241d4820f7a134c8812dc = echarts.init(
document.getElementById('8b41365249c241d4820f7a134c8812dc'), 'white', {renderer: 'canvas'});
var option_8b41365249c241d4820f7a134c8812dc = {
var chart_90ad635069254c95a0550390042e6884 = echarts.init(
document.getElementById('90ad635069254c95a0550390042e6884'), 'white', {renderer: 'canvas'});
var option_90ad635069254c95a0550390042e6884 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_8b41365249c241d4820f7a134c8812dc.setOption(option_8b41365249c241d4820f7a134c8812dc);
chart_90ad635069254c95a0550390042e6884.setOption(option_90ad635069254c95a0550390042e6884);
</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