Commit 0f666d0e by BellCodeEditor

save project

parent ebe3fc93
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="2d623747292d40659b02c551ecb8ac2d" class="chart-container" style="width:900px; height:500px;"></div>
<div id="5f15f90468de4b5c9eb61708ac54d710" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_2d623747292d40659b02c551ecb8ac2d = echarts.init(
document.getElementById('2d623747292d40659b02c551ecb8ac2d'), 'white', {renderer: 'canvas'});
var option_2d623747292d40659b02c551ecb8ac2d = {
var chart_5f15f90468de4b5c9eb61708ac54d710 = echarts.init(
document.getElementById('5f15f90468de4b5c9eb61708ac54d710'), 'white', {renderer: 'canvas'});
var option_5f15f90468de4b5c9eb61708ac54d710 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -249,7 +249,7 @@
"subtext": "\u6570\u5b66"
}
};
chart_2d623747292d40659b02c551ecb8ac2d.setOption(option_2d623747292d40659b02c551ecb8ac2d);
chart_5f15f90468de4b5c9eb61708ac54d710.setOption(option_5f15f90468de4b5c9eb61708ac54d710);
</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