Commit b0ad763b by BellCodeEditor

save project

parent d46adc67
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="17963f6af157453f8b5a115ef5d41c35" class="chart-container" style="width:900px; height:500px;"></div>
<div id="64b7433d80554fd2b8835cc4deb26ba7" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_17963f6af157453f8b5a115ef5d41c35 = echarts.init(
document.getElementById('17963f6af157453f8b5a115ef5d41c35'), 'white', {renderer: 'canvas'});
var option_17963f6af157453f8b5a115ef5d41c35 = {
var chart_64b7433d80554fd2b8835cc4deb26ba7 = echarts.init(
document.getElementById('64b7433d80554fd2b8835cc4deb26ba7'), 'white', {renderer: 'canvas'});
var option_64b7433d80554fd2b8835cc4deb26ba7 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_17963f6af157453f8b5a115ef5d41c35.setOption(option_17963f6af157453f8b5a115ef5d41c35);
chart_64b7433d80554fd2b8835cc4deb26ba7.setOption(option_64b7433d80554fd2b8835cc4deb26ba7);
</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