Commit 0b912d40 by BellCodeEditor

save project

parent f5e878fa
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="f07dcb09b76b4cfb9750ab814ebf456f" class="chart-container" style="width:900px; height:500px;"></div>
<div id="28582f78eb454bda8b1fc30d731a41c3" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_f07dcb09b76b4cfb9750ab814ebf456f = echarts.init(
document.getElementById('f07dcb09b76b4cfb9750ab814ebf456f'), 'white', {renderer: 'canvas'});
var option_f07dcb09b76b4cfb9750ab814ebf456f = {
var chart_28582f78eb454bda8b1fc30d731a41c3 = echarts.init(
document.getElementById('28582f78eb454bda8b1fc30d731a41c3'), 'white', {renderer: 'canvas'});
var option_28582f78eb454bda8b1fc30d731a41c3 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_f07dcb09b76b4cfb9750ab814ebf456f.setOption(option_f07dcb09b76b4cfb9750ab814ebf456f);
chart_28582f78eb454bda8b1fc30d731a41c3.setOption(option_28582f78eb454bda8b1fc30d731a41c3);
</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