Commit 79b26926 by BellCodeEditor

save project

parent bce6f9a1
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="dae1a5cd77544065a75d906600e61e85" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a94f3becc48c42f88bcbae19b241c996" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_dae1a5cd77544065a75d906600e61e85 = echarts.init(
document.getElementById('dae1a5cd77544065a75d906600e61e85'), 'white', {renderer: 'canvas'});
var option_dae1a5cd77544065a75d906600e61e85 = {
var chart_a94f3becc48c42f88bcbae19b241c996 = echarts.init(
document.getElementById('a94f3becc48c42f88bcbae19b241c996'), 'white', {renderer: 'canvas'});
var option_a94f3becc48c42f88bcbae19b241c996 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -184,7 +184,7 @@
}
]
};
chart_dae1a5cd77544065a75d906600e61e85.setOption(option_dae1a5cd77544065a75d906600e61e85);
chart_a94f3becc48c42f88bcbae19b241c996.setOption(option_a94f3becc48c42f88bcbae19b241c996);
</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