Commit 71b00c04 by BellCodeEditor

save project

parent 314f809f
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1358274607514b3cb9d17459d0764b6d" class="chart-container" style="width:900px; height:500px;"></div>
<div id="de83a7ff0bd142919cdbcd7737e16673" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1358274607514b3cb9d17459d0764b6d = echarts.init(
document.getElementById('1358274607514b3cb9d17459d0764b6d'), 'white', {renderer: 'canvas'});
var option_1358274607514b3cb9d17459d0764b6d = {
var chart_de83a7ff0bd142919cdbcd7737e16673 = echarts.init(
document.getElementById('de83a7ff0bd142919cdbcd7737e16673'), 'white', {renderer: 'canvas'});
var option_de83a7ff0bd142919cdbcd7737e16673 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_1358274607514b3cb9d17459d0764b6d.setOption(option_1358274607514b3cb9d17459d0764b6d);
chart_de83a7ff0bd142919cdbcd7737e16673.setOption(option_de83a7ff0bd142919cdbcd7737e16673);
</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