Commit cf4dd623 by BellCodeEditor

save project

parent 94c45b00
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="26f4b0845d95415ca7187c4074b0ad7d" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a622ccc7f7ee47c487d819dc354680dc" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_26f4b0845d95415ca7187c4074b0ad7d = echarts.init(
document.getElementById('26f4b0845d95415ca7187c4074b0ad7d'), 'white', {renderer: 'canvas'});
var option_26f4b0845d95415ca7187c4074b0ad7d = {
var chart_a622ccc7f7ee47c487d819dc354680dc = echarts.init(
document.getElementById('a622ccc7f7ee47c487d819dc354680dc'), 'white', {renderer: 'canvas'});
var option_a622ccc7f7ee47c487d819dc354680dc = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_26f4b0845d95415ca7187c4074b0ad7d.setOption(option_26f4b0845d95415ca7187c4074b0ad7d);
chart_a622ccc7f7ee47c487d819dc354680dc.setOption(option_a622ccc7f7ee47c487d819dc354680dc);
</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