Commit 05fd1782 by BellCodeEditor

save project

parent ba5db536
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1eaa100b69444870950b395e3dfb8dd1" class="chart-container" style="width:900px; height:500px;"></div>
<div id="631f16e1d7ed45cd8813d1566123907f" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1eaa100b69444870950b395e3dfb8dd1 = echarts.init(
document.getElementById('1eaa100b69444870950b395e3dfb8dd1'), 'white', {renderer: 'canvas'});
var option_1eaa100b69444870950b395e3dfb8dd1 = {
var chart_631f16e1d7ed45cd8813d1566123907f = echarts.init(
document.getElementById('631f16e1d7ed45cd8813d1566123907f'), 'white', {renderer: 'canvas'});
var option_631f16e1d7ed45cd8813d1566123907f = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_1eaa100b69444870950b395e3dfb8dd1.setOption(option_1eaa100b69444870950b395e3dfb8dd1);
chart_631f16e1d7ed45cd8813d1566123907f.setOption(option_631f16e1d7ed45cd8813d1566123907f);
</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