Commit 65dcf76b by BellCodeEditor

save project

parent 787e2030
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="191d4d1e8cbe4b649cd5f43d58f63133" class="chart-container" style="width:900px; height:500px;"></div>
<div id="2faabae0f600437dbf8d580b27908e7d" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_191d4d1e8cbe4b649cd5f43d58f63133 = echarts.init(
document.getElementById('191d4d1e8cbe4b649cd5f43d58f63133'), 'white', {renderer: 'canvas'});
var option_191d4d1e8cbe4b649cd5f43d58f63133 = {
var chart_2faabae0f600437dbf8d580b27908e7d = echarts.init(
document.getElementById('2faabae0f600437dbf8d580b27908e7d'), 'white', {renderer: 'canvas'});
var option_2faabae0f600437dbf8d580b27908e7d = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_191d4d1e8cbe4b649cd5f43d58f63133.setOption(option_191d4d1e8cbe4b649cd5f43d58f63133);
chart_2faabae0f600437dbf8d580b27908e7d.setOption(option_2faabae0f600437dbf8d580b27908e7d);
</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