Commit 1fa277a0 by BellCodeEditor

save project

parent 3f5d187a
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="0c1de77244ad4f748fcba182abb61001" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ea14fd74f1474c8c9a3150370538be8d" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_0c1de77244ad4f748fcba182abb61001 = echarts.init(
document.getElementById('0c1de77244ad4f748fcba182abb61001'), 'white', {renderer: 'canvas'});
var option_0c1de77244ad4f748fcba182abb61001 = {
var chart_ea14fd74f1474c8c9a3150370538be8d = echarts.init(
document.getElementById('ea14fd74f1474c8c9a3150370538be8d'), 'white', {renderer: 'canvas'});
var option_ea14fd74f1474c8c9a3150370538be8d = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_0c1de77244ad4f748fcba182abb61001.setOption(option_0c1de77244ad4f748fcba182abb61001);
chart_ea14fd74f1474c8c9a3150370538be8d.setOption(option_ea14fd74f1474c8c9a3150370538be8d);
</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