Commit 154a1183 by BellCodeEditor

save project

parent 468d3203
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="4ce6b6ee6f3d43bd9b1e72fb690f91b9" class="chart-container" style="width:900px; height:500px;"></div>
<div id="9c8fb8099897426e80cc1f649ffdf814" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_4ce6b6ee6f3d43bd9b1e72fb690f91b9 = echarts.init(
document.getElementById('4ce6b6ee6f3d43bd9b1e72fb690f91b9'), 'white', {renderer: 'canvas'});
var option_4ce6b6ee6f3d43bd9b1e72fb690f91b9 = {
var chart_9c8fb8099897426e80cc1f649ffdf814 = echarts.init(
document.getElementById('9c8fb8099897426e80cc1f649ffdf814'), 'white', {renderer: 'canvas'});
var option_9c8fb8099897426e80cc1f649ffdf814 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_4ce6b6ee6f3d43bd9b1e72fb690f91b9.setOption(option_4ce6b6ee6f3d43bd9b1e72fb690f91b9);
chart_9c8fb8099897426e80cc1f649ffdf814.setOption(option_9c8fb8099897426e80cc1f649ffdf814);
</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