Commit ac46bc59 by BellCodeEditor

save project

parent 2a452869
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="4270faac64b24f9ea67dc3de52deecc2" class="chart-container" style="width:900px; height:500px;"></div>
<div id="62d46ed93dcd45f19cd2b60835745264" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_4270faac64b24f9ea67dc3de52deecc2 = echarts.init(
document.getElementById('4270faac64b24f9ea67dc3de52deecc2'), 'white', {renderer: 'canvas'});
var option_4270faac64b24f9ea67dc3de52deecc2 = {
var chart_62d46ed93dcd45f19cd2b60835745264 = echarts.init(
document.getElementById('62d46ed93dcd45f19cd2b60835745264'), 'white', {renderer: 'canvas'});
var option_62d46ed93dcd45f19cd2b60835745264 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -214,7 +214,7 @@
}
]
};
chart_4270faac64b24f9ea67dc3de52deecc2.setOption(option_4270faac64b24f9ea67dc3de52deecc2);
chart_62d46ed93dcd45f19cd2b60835745264.setOption(option_62d46ed93dcd45f19cd2b60835745264);
</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