Commit 4c639f9b by BellCodeEditor

save project

parent 2fdc42bd
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="f8ebf57b9f9644eb8575369b8a274a9a" class="chart-container" style="width:900px; height:500px;"></div>
<div id="16e99ada5bf6470ba6163694372a3753" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_f8ebf57b9f9644eb8575369b8a274a9a = echarts.init(
document.getElementById('f8ebf57b9f9644eb8575369b8a274a9a'), 'white', {renderer: 'canvas'});
var option_f8ebf57b9f9644eb8575369b8a274a9a = {
var chart_16e99ada5bf6470ba6163694372a3753 = echarts.init(
document.getElementById('16e99ada5bf6470ba6163694372a3753'), 'white', {renderer: 'canvas'});
var option_16e99ada5bf6470ba6163694372a3753 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_f8ebf57b9f9644eb8575369b8a274a9a.setOption(option_f8ebf57b9f9644eb8575369b8a274a9a);
chart_16e99ada5bf6470ba6163694372a3753.setOption(option_16e99ada5bf6470ba6163694372a3753);
</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