Commit a9132234 by BellCodeEditor

save project

parent 058c0e90
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="fc7a3ddf52bd401e89700f35ae937e7e" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ad8d458e2c164036ac168873aed0aade" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_fc7a3ddf52bd401e89700f35ae937e7e = echarts.init(
document.getElementById('fc7a3ddf52bd401e89700f35ae937e7e'), 'white', {renderer: 'canvas'});
var option_fc7a3ddf52bd401e89700f35ae937e7e = {
var chart_ad8d458e2c164036ac168873aed0aade = echarts.init(
document.getElementById('ad8d458e2c164036ac168873aed0aade'), 'white', {renderer: 'canvas'});
var option_ad8d458e2c164036ac168873aed0aade = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_fc7a3ddf52bd401e89700f35ae937e7e.setOption(option_fc7a3ddf52bd401e89700f35ae937e7e);
chart_ad8d458e2c164036ac168873aed0aade.setOption(option_ad8d458e2c164036ac168873aed0aade);
</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