Commit f0743285 by BellCodeEditor

save project

parent ab8a2f2e
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="04e44b0822744ac3a358399ece94a3a4" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ab5497214d73483182a7ceba68797dfb" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_04e44b0822744ac3a358399ece94a3a4 = echarts.init(
document.getElementById('04e44b0822744ac3a358399ece94a3a4'), 'white', {renderer: 'canvas'});
var option_04e44b0822744ac3a358399ece94a3a4 = {
var chart_ab5497214d73483182a7ceba68797dfb = echarts.init(
document.getElementById('ab5497214d73483182a7ceba68797dfb'), 'white', {renderer: 'canvas'});
var option_ab5497214d73483182a7ceba68797dfb = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_04e44b0822744ac3a358399ece94a3a4.setOption(option_04e44b0822744ac3a358399ece94a3a4);
chart_ab5497214d73483182a7ceba68797dfb.setOption(option_ab5497214d73483182a7ceba68797dfb);
</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