Commit cce2265a by BellCodeEditor

save project

parent 9789bd25
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1aad9a123f0e4200af7308a9a3bd6550" class="chart-container" style="width:900px; height:500px;"></div>
<div id="deff3e97d51f4f978de3215717043c91" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1aad9a123f0e4200af7308a9a3bd6550 = echarts.init(
document.getElementById('1aad9a123f0e4200af7308a9a3bd6550'), 'white', {renderer: 'canvas'});
var option_1aad9a123f0e4200af7308a9a3bd6550 = {
var chart_deff3e97d51f4f978de3215717043c91 = echarts.init(
document.getElementById('deff3e97d51f4f978de3215717043c91'), 'white', {renderer: 'canvas'});
var option_deff3e97d51f4f978de3215717043c91 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_1aad9a123f0e4200af7308a9a3bd6550.setOption(option_1aad9a123f0e4200af7308a9a3bd6550);
chart_deff3e97d51f4f978de3215717043c91.setOption(option_deff3e97d51f4f978de3215717043c91);
</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