Commit 48c5bb9d by BellCodeEditor

save project

parent fe49382f
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="e6763b6988294b129a38224f73327096" class="chart-container" style="width:900px; height:500px;"></div>
<div id="c626885f6a2a401782b60b63fdfd8d38" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_e6763b6988294b129a38224f73327096 = echarts.init(
document.getElementById('e6763b6988294b129a38224f73327096'), 'white', {renderer: 'canvas'});
var option_e6763b6988294b129a38224f73327096 = {
var chart_c626885f6a2a401782b60b63fdfd8d38 = echarts.init(
document.getElementById('c626885f6a2a401782b60b63fdfd8d38'), 'white', {renderer: 'canvas'});
var option_c626885f6a2a401782b60b63fdfd8d38 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_e6763b6988294b129a38224f73327096.setOption(option_e6763b6988294b129a38224f73327096);
chart_c626885f6a2a401782b60b63fdfd8d38.setOption(option_c626885f6a2a401782b60b63fdfd8d38);
</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