Commit c6c42ede by BellCodeEditor

save project

parent 6f2b6644
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="69f0b0000bb1499e8ea031f8b93d9e5b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="f693a80fea5143d594577df267d035c5" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_69f0b0000bb1499e8ea031f8b93d9e5b = echarts.init(
document.getElementById('69f0b0000bb1499e8ea031f8b93d9e5b'), 'white', {renderer: 'canvas'});
var option_69f0b0000bb1499e8ea031f8b93d9e5b = {
var chart_f693a80fea5143d594577df267d035c5 = echarts.init(
document.getElementById('f693a80fea5143d594577df267d035c5'), 'white', {renderer: 'canvas'});
var option_f693a80fea5143d594577df267d035c5 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_69f0b0000bb1499e8ea031f8b93d9e5b.setOption(option_69f0b0000bb1499e8ea031f8b93d9e5b);
chart_f693a80fea5143d594577df267d035c5.setOption(option_f693a80fea5143d594577df267d035c5);
</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