Commit b3cc1cc4 by BellCodeEditor

save project

parent 11df1aa9
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="4b443e5bd5a247a096b7ed40138d1e68" class="chart-container" style="width:900px; height:500px;"></div>
<div id="9525cbda149442368faa574139639ab8" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_4b443e5bd5a247a096b7ed40138d1e68 = echarts.init(
document.getElementById('4b443e5bd5a247a096b7ed40138d1e68'), 'white', {renderer: 'canvas'});
var option_4b443e5bd5a247a096b7ed40138d1e68 = {
var chart_9525cbda149442368faa574139639ab8 = echarts.init(
document.getElementById('9525cbda149442368faa574139639ab8'), 'white', {renderer: 'canvas'});
var option_9525cbda149442368faa574139639ab8 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -343,7 +343,7 @@
}
]
};
chart_4b443e5bd5a247a096b7ed40138d1e68.setOption(option_4b443e5bd5a247a096b7ed40138d1e68);
chart_9525cbda149442368faa574139639ab8.setOption(option_9525cbda149442368faa574139639ab8);
</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