Commit 5beec3ad by BellCodeEditor

save project

parent 0e901f1c
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="dddfdd2e89e9422cabbc1ee887708b5c" class="chart-container" style="width:900px; height:500px;"></div>
<div id="762a982ecab7493c9d634899b10f4003" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_dddfdd2e89e9422cabbc1ee887708b5c = echarts.init(
document.getElementById('dddfdd2e89e9422cabbc1ee887708b5c'), 'white', {renderer: 'canvas'});
var option_dddfdd2e89e9422cabbc1ee887708b5c = {
var chart_762a982ecab7493c9d634899b10f4003 = echarts.init(
document.getElementById('762a982ecab7493c9d634899b10f4003'), 'white', {renderer: 'canvas'});
var option_762a982ecab7493c9d634899b10f4003 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_dddfdd2e89e9422cabbc1ee887708b5c.setOption(option_dddfdd2e89e9422cabbc1ee887708b5c);
chart_762a982ecab7493c9d634899b10f4003.setOption(option_762a982ecab7493c9d634899b10f4003);
</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