Commit 2a525731 by BellCodeEditor

save project

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