Commit 387e0428 by BellCodeEditor

save project

parent 207e78ac
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1bfe75bd5e4a444cbcbf6da1e0d682b1" class="chart-container" style="width:900px; height:500px;"></div>
<div id="33647c2486c3402db33a96341583852c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1bfe75bd5e4a444cbcbf6da1e0d682b1 = echarts.init(
document.getElementById('1bfe75bd5e4a444cbcbf6da1e0d682b1'), 'white', {renderer: 'canvas'});
var option_1bfe75bd5e4a444cbcbf6da1e0d682b1 = {
var chart_33647c2486c3402db33a96341583852c = echarts.init(
document.getElementById('33647c2486c3402db33a96341583852c'), 'white', {renderer: 'canvas'});
var option_33647c2486c3402db33a96341583852c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_1bfe75bd5e4a444cbcbf6da1e0d682b1.setOption(option_1bfe75bd5e4a444cbcbf6da1e0d682b1);
chart_33647c2486c3402db33a96341583852c.setOption(option_33647c2486c3402db33a96341583852c);
</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