Commit 5ed751d8 by BellCodeEditor

save project

parent 855c3fb5
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="6224279a0531430eaf5a5e7549b2e1df" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e29c286d211c47a69796512af2ad81f3" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_6224279a0531430eaf5a5e7549b2e1df = echarts.init(
document.getElementById('6224279a0531430eaf5a5e7549b2e1df'), 'white', {renderer: 'canvas'});
var option_6224279a0531430eaf5a5e7549b2e1df = {
var chart_e29c286d211c47a69796512af2ad81f3 = echarts.init(
document.getElementById('e29c286d211c47a69796512af2ad81f3'), 'white', {renderer: 'canvas'});
var option_e29c286d211c47a69796512af2ad81f3 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_6224279a0531430eaf5a5e7549b2e1df.setOption(option_6224279a0531430eaf5a5e7549b2e1df);
chart_e29c286d211c47a69796512af2ad81f3.setOption(option_e29c286d211c47a69796512af2ad81f3);
</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