Commit ebf814b0 by BellCodeEditor

save project

parent 93d0d883
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="152b4e6c043545e98dededed7b54ed21" class="chart-container" style="width:900px; height:500px;"></div>
<div id="b25d2faeaf9542399bb8e814103e159d" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_152b4e6c043545e98dededed7b54ed21 = echarts.init(
document.getElementById('152b4e6c043545e98dededed7b54ed21'), 'white', {renderer: 'canvas'});
var option_152b4e6c043545e98dededed7b54ed21 = {
var chart_b25d2faeaf9542399bb8e814103e159d = echarts.init(
document.getElementById('b25d2faeaf9542399bb8e814103e159d'), 'white', {renderer: 'canvas'});
var option_b25d2faeaf9542399bb8e814103e159d = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_152b4e6c043545e98dededed7b54ed21.setOption(option_152b4e6c043545e98dededed7b54ed21);
chart_b25d2faeaf9542399bb8e814103e159d.setOption(option_b25d2faeaf9542399bb8e814103e159d);
</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